I have an application that uses the Sentry plug-in. I am using Sentry on my Users model for encrypting passwords. It works fine inside the application, but whenever I call User.create in my migration (in order to set-up a default user) I get the following error when I run the migrations: rake aborted! undefined method `symmetrically_encrypts'' for User:Class Has anyone experienced this before? Is there a way that I can include the Sentry plug-in somewhere so that its methods are available during migrations? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---