Mercurial > hg > soundsoftware-site
view lib/plugins/awesome_nested_set/rails/init.rb @ 1476:497ec7118440 biblio_alt_search_auth
Close obsolete branch biblio_alt_search_auth
author | Chris Cannam |
---|---|
date | Sat, 12 Oct 2013 13:49:02 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
require 'awesome_nested_set/compatability' require 'awesome_nested_set' ActiveRecord::Base.class_eval do include CollectiveIdea::Acts::NestedSet end if defined?(ActionView) require 'awesome_nested_set/helper' ActionView::Base.class_eval do include CollectiveIdea::Acts::NestedSet::Helper end end