ontohub/sequel-devise

Gem load error

Closed this issue · 2 comments

I have such error when start server:
There was an error while trying to load the gem 'sequel-devise'. (Bundler::GemRequireError) Gem Load Error is: uninitialized constant Sequel::Plugins::Devise::ClassMethods::Model

Problem is solved by changing the sequence of gems in the gemfile. Must be
gem 'sequel-rails'
gem 'sequel-devise'

This should be fixed with #3. Please try version 0.0.12.