All, Is there a way to access a parent application's helper methods from a Rails 3.1 engine?
I'm trying to create an engine which will call something like "current_user" on the parent application to determine if a user is signed in or not. I would like the engine to function regardless of whatever authentication process the parent application is using. i.e. simply relying on warden['env'] is not good enough. Any help is truly appreciated. Thanks! Adam -- 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.

