module Indago::Hackery

BEWARE of the Hackery!

Public Instance Methods

install!() click to toggle source
# File lib/indago/hackery.rb, line 5
def install!
  Indago::Search.prepend Search
  ActiveRecord::Base.singleton_class.prepend Base
end