File: init.rb

package info (click to toggle)
redmine 2.5.1-2~bpo70%2B6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 15,140 kB
  • sloc: ruby: 83,365; sh: 544; perl: 287; php: 263; python: 154; makefile: 45
file content (3 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (6)
1
2
3
$:.unshift "#{File.dirname(__FILE__)}/lib"
require 'active_record/acts/list'
ActiveRecord::Base.class_eval { include ActiveRecord::Acts::List }