Class: ScavengerHunt::LocationsController

Inherits:
ApplicationController show all
Defined in:
lib/scavenger_hunt/app/controllers/scavenger_hunt/locations_controller.rb

Instance Method Summary collapse

Instance Method Details

#end_allObject



2
3
# File 'lib/scavenger_hunt/app/controllers/scavenger_hunt/locations_controller.rb', line 2

def end_all
end

#indexObject



5
6
7
# File 'lib/scavenger_hunt/app/controllers/scavenger_hunt/locations_controller.rb', line 5

def index
  @locations = ScavengerHunt::Location.all
end