Changeset 225 for trunk/lib/camping/db.rb
- Timestamp:
- 09/26/2007 03:52:10 (14 months ago)
- Files:
-
- 1 modified
-
trunk/lib/camping/db.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/camping/db.rb
r214 r225 75 75 Camping::S.sub! /def\s*Y[;\s]*self[;\s]*end/, $AR_EXTRAS 76 76 Object.constants.map{|c|Object.const_get(c)}.each do |c| 77 c::Models.module_eval $AR_EXTRAS if c.respond_to?(: run)77 c::Models.module_eval $AR_EXTRAS if c.respond_to?(:goes) 78 78 end
