To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 2e / 2e7cd667f7708d524c177cdc1b5c822705ec53e1.svn-base @ 1298:4f746d8966dd

History | View | Annotate | Download (253 Bytes)

1
require 'awesome_nested_set/awesome_nested_set'
2
ActiveRecord::Base.send :extend, CollectiveIdea::Acts::NestedSet
3

    
4
if defined?(ActionView)
5
  require 'awesome_nested_set/helper'
6
  ActionView::Base.send :include, CollectiveIdea::Acts::NestedSet::Helper
7
end