Say in a action, I want to create points in the code where someone can hook into, without having to go into the controller action and edit my code.
Is this possible? I guess they would have to hook into my code at some point when the application starts?
I know wordpress has a plugin arch with hooks, wondering if the same can be done in RoR and if there is already a design pattern for this.