Method: ActiveRecord::ModelSchema::ClassMethods#columns_hash
- Defined in:
- activerecord/lib/active_record/model_schema.rb
#columns_hash ⇒ Object
:nodoc:
427 428 429 430 |
# File 'activerecord/lib/active_record/model_schema.rb', line 427 def columns_hash # :nodoc: load_schema unless @columns_hash @columns_hash end |