Skip to content

Instantly share code, notes, and snippets.

@mariochavez
Created May 20, 2011 23:13
Show Gist options
  • Save mariochavez/983992 to your computer and use it in GitHub Desktop.
Save mariochavez/983992 to your computer and use it in GitHub Desktop.
Routes for config
namespace :admin do
match '/settings' => 'application_config#edit', :via => :get, :as => :settings
match '/settings' => 'application_config#update', :via => put, :as => :settings
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment