Module: Switchman::Arel::Table

Defined in:
lib/switchman/arel.rb

Instance Method Summary collapse

Instance Method Details

#modelObject



4
5
6
7
8
9
10
# File 'lib/switchman/arel.rb', line 4

def model
  if ::Rails.version >= '5'
    type_caster.model
  else
    engine
  end
end