On peut maintenant visualiser une carte avec les événements du futur et du passé
This commit is contained in:
parent
f41e5ed054
commit
d98327a913
@ -3,11 +3,12 @@
|
|||||||
# Access to OSM controls
|
# Access to OSM controls
|
||||||
class MapsController < ApplicationController
|
class MapsController < ApplicationController
|
||||||
has_scope :region, :locality, :tag
|
has_scope :region, :locality, :tag
|
||||||
|
has_scope :future, type: :boolean, default: true
|
||||||
|
|
||||||
def index
|
def index
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html { render layout: 'iframe' if params[:iframe] }
|
format.html { render layout: 'iframe' if params[:iframe] }
|
||||||
format.json { render json: apply_scopes(Event.moderated.future.geo) }
|
format.json { render json: apply_scopes(Event.moderated.geo) }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user