public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
more refactoring - AR abstracts most collection-related association stuff 
(has_many and friends) to association_collection.
hobo should follow this, to provide a more one-to-one mapping for 
AR-override stuff
Mathijs Kwik (author)
Thu Jul 24 14:27:10 -0700 2008
tablatom (committer)
Fri Jul 25 08:33:10 -0700 2008
commit  815cc71f8971bf2360a04d2fb05872f351e47891
tree    f3beb8e1ed90ad46cabf904a7652d9d97b988182
parent  9052955e3a1c7949c27381822448bffade972ec7
...
392
393
394
395
 
396
397
398
...
392
393
394
 
395
396
397
398
0
@@ -392,7 +392,7 @@ module Hobo
0
 
0
     def enable
0
       # Rails monkey patches
0
- require 'active_record/has_many_association'
0
+ require 'active_record/association_collection'
0
       require 'active_record/association_proxy'
0
       require 'active_record/association_reflection'
0
       require 'action_view_extensions/helpers/tag_helper'

Comments

    No one has commented yet.