class method
self.load_schema_if_pending!
Ruby on Rails 8.0.4
Since v4.1.16Signature
self.load_schema_if_pending!()
No documentation comment.
Source
# File activerecord/lib/active_record/migration.rb, line 708
def load_schema_if_pending!
if any_schema_needs_update?
load_schema!
end
check_pending_migrations
end
Defined in activerecord/lib/active_record/migration.rb line 708
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration