class method
self.dump_schema_migrations_sort_by
Ruby on Rails edge
Since edgeSpecifies the proc used to order versions when dumping the schema_migrations table in the :ruby format.
Source
# File activerecord/lib/active_record.rb, line 505
singleton_class.attr_accessor :dump_schema_migrations_sort_by
Defined in activerecord/lib/active_record.rb line 505
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord