method
schema_loaded?
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::ModelSchema::ClassMethods
schema_loaded?()private
No documentation available.
# File activerecord/lib/active_record/model_schema.rb, line 343
def schema_loaded?
defined?(@columns_hash) && @columns_hash
end