Class: Baddr::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/baddr/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#citiesObject



9
10
11
# File 'app/controllers/baddr/application_controller.rb', line 9

def cities
  respond_with City.for_state(params[:state])
end

#statesObject



5
6
7
# File 'app/controllers/baddr/application_controller.rb', line 5

def states
  respond_with State.all
end