added map

This commit is contained in:
2015-10-06 14:10:53 +02:00
parent 43b6197ead
commit 224a590036
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1,4 +1,8 @@
class PagesController < ApplicationController
def thanks
end
def map
@supporters = Supporter.all.select(&:coordinates)
end
end