Skip to content

Instantly share code, notes, and snippets.

@iHiD
Created June 6, 2012 15:31
Show Gist options
  • Save iHiD/2882668 to your computer and use it in GitHub Desktop.
Save iHiD/2882668 to your computer and use it in GitHub Desktop.
How to Build A Secure Website With Ruby On Rails 8
Security::Application.routes.draw do
match 'show_settings' => "settings#show"
match 'update_settings' => "settings#update"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment