Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Created October 12, 2011 07:38
Show Gist options
  • Save HusseinMorsy/1280544 to your computer and use it in GitHub Desktop.
Save HusseinMorsy/1280544 to your computer and use it in GitHub Desktop.
Demo2::Application.routes.draw do
get "bookmakrs/new"
get "bookmakrs/edit"
get 'hello' => "bookmarks#hello"
get 'bookmarks/hello' => "bookmarks#hello"
# statt der letzten Zeile geht auch einfach"
get 'bookmarks/hello'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment