annotate vendor/plugins/acts_as_searchable/init.rb @ 494:4bc63ccdb6ed bug_208

Remove member lists from custom welcome page (bug #208)
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 13 Jul 2011 11:08:06 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 require File.dirname(__FILE__) + '/lib/acts_as_searchable'
Chris@0 2 ActiveRecord::Base.send(:include, Redmine::Acts::Searchable)