Skip to content

Working with mongoid error unitialized constant #15

@matiasfha

Description

@matiasfha

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions