Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working with mongoid error unitialized constant #15

Open
matiasfha opened this issue Nov 12, 2010 · 0 comments
Open

Working with mongoid error unitialized constant #15

matiasfha opened this issue Nov 12, 2010 · 0 comments

Comments

@matiasfha
Copy link

I'm workind with mongoid (learning) and devise
i follow up the "how to" but when i try to test i have this error
uninitialized constant Devise::Twitter

This error occurred while loading the following files:
config/routes.rb

Mi routes.rb

Weird::Application.routes.draw do
root :to => "home#index"
devise_for :users do
match '/users/sign_in/twitter' => Devise::Twitter::Rack::Signin
match '/users/connect/twitter' => Devise::Twitter::Rack::Connect
end
resources :users, :only => :show
end

I can't find the problem.... ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant