[Solved] Ruby on Rails tutorial part two


Change the following from

root :to => "BookmarksController#index"

to this

root :to => "bookmarks#index"

Look at these tutorials

  1. http://tryruby.org/
  2. http://railsforzombies.org/

3

solved Ruby on Rails tutorial part two