Module: LeftJoin::Adapters

Defined in:
lib/left_join/adapters/active_record_adapter.rb

Defined Under Namespace

Modules: ActiveRecordAdapter

Constant Summary collapse

RAILS4_1_PLUS =
ActiveRecord::VERSION::MAJOR > 4 || (4 == ActiveRecord::VERSION::MAJOR && ActiveRecord::VERSION::MINOR >= 1)