Class: Baddr::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Baddr::ApplicationController
- Defined in:
- app/controllers/baddr/application_controller.rb
Instance Method Summary collapse
Instance Method Details
#cities ⇒ Object
9 10 11 |
# File 'app/controllers/baddr/application_controller.rb', line 9 def cities respond_with City.for_state(params[:state]) end |
#states ⇒ Object
5 6 7 |
# File 'app/controllers/baddr/application_controller.rb', line 5 def states respond_with State.all end |