I\'m monkey-patching a Rails engine with something like:
SomeClass.class_eval do # ... end
The first time I hit the web site, on developm
If you place the patch in any .rb file inside /config/initializers, it should work.