Registerable method undefined in Devise migration (was Re: Re: No route matches)

On 8 August 2010 23:39, Abder-Rahman A. [email protected] wrote:

undefined method `registerable’ for
Attachments:
http://www.ruby-forum.com/attachment/4928/Files.zip

It sounds like the ‘registerable’ method (which I’m assuming is
something to to with Devise – it’s certainly not a Rails thing) isn’t
defined. Perhaps your migration is based on an earlier version of
Devise, and they’ve now taken out the registerable method? I would
check the Devise docs.

Chris