Skip to content

Instantly share code, notes, and snippets.

@brandoncordell
Created August 2, 2011 01:10
Show Gist options
  • Save brandoncordell/1119385 to your computer and use it in GitHub Desktop.
Save brandoncordell/1119385 to your computer and use it in GitHub Desktop.
namespace "site" do
match 'branding' => 'account#branding', :as => 'account_branding'
post 'branding' => 'account#save_branding', :as => 'account_branding'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment