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 / 3f / 3f6eeecb089d9f691d285e568d733dd55d35c465.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (309 Bytes)

1
require 'awesome_nested_set/compatability'
2
require 'awesome_nested_set'
3

    
4
ActiveRecord::Base.class_eval do
5
  include CollectiveIdea::Acts::NestedSet
6
end
7

    
8
if defined?(ActionView)
9
  require 'awesome_nested_set/helper'
10
  ActionView::Base.class_eval do
11
    include CollectiveIdea::Acts::NestedSet::Helper
12
  end
13
end