Hi Ryan,
Ryan Glover wrote:
I have a group of methods that I use across numerous controllers. I want to put the methods in their own file and call them in from the controllers.
Just put your methods in application.rb. Any method there is available to all controllers in the app.
hth, Bill