instance method
migrations_paths
Ruby on Rails 8.1.2
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 53
def migrations_paths
configuration_hash[:migrations_paths]
end
Defined in activerecord/lib/active_record/database_configurations/hash_config.rb line 53
· View on GitHub
· Improve this page
· Find usages on GitHub