instance method
migrations_paths
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
migrations_paths()
The migrations paths for a database configuration. If the migrations_paths key is present in the config, migrations_paths will return its value.
Source
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 49
def migrations_paths
configuration_hash[:migrations_paths]
end
Defined in activerecord/lib/active_record/database_configurations/hash_config.rb line 49
· View on GitHub
· Improve this page
· Find usages on GitHub