Method: ActiveRecord::ClassMethods#columns_hash
- Defined in:
- lib/reactive_record/active_record/class_methods.rb
#columns_hash ⇒ Object
216 217 218 |
# File 'lib/reactive_record/active_record/class_methods.rb', line 216 def columns_hash ReactiveRecord::Base.public_columns_hash[name] || {} end |