Displaying 1 result from an estimated 1 matches for "let_writ".
Did you mean:
let_write
2006 Jul 07
3
Observer and Plugin conflict...
Hi fellas,
I have setup the acts_as_authenticated plugin and activated the
UserObserver to send activation emails.
I also have a homemade security plugin which adds methods to
ActiveRecord::Base like let_read and let_write.
On the server start, those two enter in conflict because the Observer
does something with the User model but it can''t find the let_read and
the let_write methods yet. It looks like the plugin is not initiated
yet.
What can I do ??