You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

init.rb 144B

123
  1. $:.unshift "#{File.dirname(__FILE__)}/lib"
  2. require 'active_record/acts/list'
  3. ActiveRecord::Base.class_eval { include ActiveRecord::Acts::List }