module ActiveRecord::ModelSchema::ClassMethods

Public Instance Methods

column_exists?(column_name) click to toggle source
# File lib/r_kit/utility/active_record_extend.rb, line 3
def column_exists? column_name
  !!columns_hash[column_name]
end