Rails - Clearance engine - installation issue
- by Elliot
Hey Everyone,
The installation for clearance seems very straight forward (http://wiki.github.com/thoughtbot/clearance/installation). I'm following in the instructions, although I'm getting an error almost immediately.
On the the fifth step "rake db:migrate"
I get the following error:
rake aborted!
undefined method `configure' for Clearance:Module
I have no idea what I should be doing differently?
Thanks in advance!
-Elliot