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 / lib / plugins / awesome_nested_set / lib / awesome_nested_set.rb @ 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