Hi,

I am trying to use both plugins in my application but I couldn't get it
to work.

I have included the following in my users.rb(fixtures directory):
user = User.seed(:login) do |s|
  s.login = "admin"
  s.email = "[email protected]"
  s.password = "admin"
  s.password_confirmation = "admin"
end

The user is inserted in DB but I cannot log into the application.

Any help would be really appreciated.

Thanks
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to