##// END OF EJS Templates
Updates for 2.6.2 release....
Updates for 2.6.2 release. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14040 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r12868:43e84c6c1070
r13658:662bd633ce06
Show More
awesome_nested_set.rb
8 lines | 278 B | text/x-ruby | RubyLexer
require 'awesome_nested_set/awesome_nested_set'
require 'active_record'
ActiveRecord::Base.send :extend, CollectiveIdea::Acts::NestedSet
if defined?(ActionView)
require 'awesome_nested_set/helper'
ActionView::Base.send :include, CollectiveIdea::Acts::NestedSet::Helper
end