You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Authlogic
Hi,
I am using authlogic gem 2.1.3 and rails version 2.3.4.when i
started my rails application its giving me an error
"You are using the old v1.X.X configuration method for Authlogic.
Instead of passing a hash of configuration options to
acts_as_authentic, pass a block: acts_as_authentic { |c| c.my_option =
my_value }"
Is there a way to solve this problem.
Thanks in advance for your help.
Prashant
Andrés Mejía
unread,
Nov 19, 2009, 12:18:14 AM11/19/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to auth...@googlegroups.com
Instead of passing a hash of configuration options to
acts_as_authentic, pass a block: acts_as_authentic { |c| c.my_option =
my_value }"