Search code examples
ruby-on-railsruby-on-rails-4sorcery

Undefined method `authenticates_with_sorcery!'


I just performed a basic installation of Sorcery. When I try to load the signup page I'm getting the following error:

enter image description here

Gemfile

# Authentication
gem 'sorcery', git: 'https://github.com/NoamB/sorcery'

I'm using rails 4.0.0 and ruby 2.0.0


Solution

  • Restart the server after bundle installing.