Created
October 12, 2011 07:38
-
-
Save HusseinMorsy/1280544 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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