Skip to content

Instantly share code, notes, and snippets.

@charliemaffitt
Created March 16, 2010 17:42
Show Gist options
  • Save charliemaffitt/334281 to your computer and use it in GitHub Desktop.
Save charliemaffitt/334281 to your computer and use it in GitHub Desktop.
#controller.rb
def update_city_menu
@state = State.find(params[:search][:state])
render :layout => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment