Hi,

I've a simple method I call in my action methods. So far I've put it
in application.rb in the ActionController class.

However I can't call it from my test code. Where should I be putting
it? I've tried adding this to application.rb :

module ActionController

  def handy
      return dostuff
  end

end

but it didn't work.

Is this possible?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to