Skip to content

Instantly share code, notes, and snippets.

@koichiro
Created August 10, 2010 09:44
Show Gist options
  • Save koichiro/517001 to your computer and use it in GitHub Desktop.
Save koichiro/517001 to your computer and use it in GitHub Desktop.
scope '/account' do
scope :path => ':account', :constraints => {:account => /[a-zA-Z][a-zA-Z0-9]+/} do
resource :home, :controller => 'home' , :only => [:show]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment