Skip to content

Instantly share code, notes, and snippets.

@Hamled
Forked from advorak/routes.rb
Last active September 12, 2018 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hamled/29cd526eb6d1d152338692d932846244 to your computer and use it in GitHub Desktop.
Save Hamled/29cd526eb6d1d152338692d932846244 to your computer and use it in GitHub Desktop.
resource 'definitions'
scope controller: 'definitions' do
%w(flashcards multichoice type).each do |name|
get name
end
end
#resource 'definitions' do
# get 'flashcards'
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment