Skip to content

Instantly share code, notes, and snippets.

@johanb
Created May 31, 2011 09:05
Show Gist options
  • Save johanb/1000210 to your computer and use it in GitHub Desktop.
Save johanb/1000210 to your computer and use it in GitHub Desktop.
constraints :subdomain => "admin" do
resources :badges, :controller => "badge_types", :as => :badge_types, :except => :destroy
end
constraints(:id => /[0-9]+/) do
resources :badges, :controller => "badge_types", :as => :badge_types, :only => [:index, :show]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment