Quoting BallaBall <[email protected]>:
> 
> Say I want to extend/override a method on something like
> ActionController.
> 
> Where should I put this "monkeypatch"? Currently I am putting it in
> config/initializers but Im thinking there is a better place.
> 
app/controllers/application_controller.rb

It inherits from ActionController::Base and all other controllers inherit from
it.

HTH,
  Jeffrey

--~--~---------~--~----~------------~-------~--~----~
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