devise_suspendable
devise_suspendable copied to clipboard
Does not work with Rails 3 ActiveRecord
apply_schema
which is used to migrate doesn't appear to work in rails 3
undefined method 'apply_schema' for #<ActiveRecord::ConnectionAdapters::TableDefinition:
To clarify, it doesnt appear to work with the devise versions compatible with rails 3.
apply_schema
should be apply_devise_schema
I think