Hi all I''m working on a module that an application controller can include. Within that module I specify some action methods. I want to secure them from invalid parameters, so I''d like to use ApplicationController''s verify() method in the modules body. But sadly it doesn''t know this method yet... Is there a way to let the module know this method? Some sort of after_include method that''s automatically called after the module has been mixed into the class? Thanks a lot, Josh -- 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 -~----------~----~----~----~------~----~------~--~---