class method
self.dump_schema_migrations
Ruby on Rails edge
Since edgeSpecifies whether to dump the schema_migrations table when dumping the database schema in the :ruby format.
Source
# File activerecord/lib/active_record.rb, line 498
singleton_class.attr_accessor :dump_schema_migrations
Defined in activerecord/lib/active_record.rb line 498
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord