Class: LocationsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- LocationsController
- Defined in:
- app/controllers/locations_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 |
# File 'app/controllers/locations_controller.rb', line 8 def index; end |
#none ⇒ Object
10 |
# File 'app/controllers/locations_controller.rb', line 10 def none; end |
#show ⇒ Object
9 |
# File 'app/controllers/locations_controller.rb', line 9 def show; end |