Change the following from
root :to => "BookmarksController#index"
to this
root :to => "bookmarks#index"
Look at these tutorials
3
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
3
solved Ruby on Rails tutorial part two