class RorVsWild::Plugin::ActiveRecord

def self.setup

def self.setup
  return if @installed
  setup_callback
  @installed = true
end