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 = "ad...@example.com"
  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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to