Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Update active_record.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrhodes committed Dec 20, 2014
1 parent 8a58936 commit 7d4fca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/squeel/adapters/active_record.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
case ActiveRecord::VERSION::MAJOR
when 3, 4, 5
when 3, 4
ActiveRecord::Relation.send :include, Squeel::Nodes::Aliasing
require 'squeel/adapters/active_record/base_extensions'

Expand Down

0 comments on commit 7d4fca1

Please sign in to comment.