Commit 236861da by Andrew Slotin Committed by Ryan Bigg

Explicitly load AR unless already loaded

Fixes #125
parent f2c95e9a
require 'active_record' unless defined? ActiveRecord
module Paranoia module Paranoia
def self.included(klazz) def self.included(klazz)
klazz.extend Query klazz.extend Query
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment