I want to extend Object to add a few methods.
so I can do @object.table_name rather than @object.class.name.tableize
and similar things like that.
I’m using Ruby 1.8.7 and Rails 2.3.8, so maybe this sort of thing would go in the lib folder as a module? I don’t know.
put it into
/config/initializersor intolibfolder (in this case you’ll need to include it inApplicationController).