Displaying 1 result from an estimated 1 matches for "home_index".
Did you mean:
some_index
2012 May 01
1
uninitialized constant LoginController in Ruby
...graph =
Koala::Facebook::GraphAPI.new(@facebook_cookies["access_token"])
@likes = graph.get_connections("me", "likes")
end
I am using Rails 3 and the error I am getting is this: uninitialized
constant LoginController in Ruby.
I did rake routes and got this:
home_index GET /home/index(.:format) home#index
login_index GET /login/index(.:format) login#index
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@publi...