module Switchman::Arel::Table

Public Instance Methods

klass() click to toggle source
# File lib/switchman/arel.rb, line 6
def klass
  @klass || ::ActiveRecord::Base
end