instance method
migrations_paths
Ruby on Rails 6.0.6
Since v6.0.6 Last seen in 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/url_config.rb, line 54
def migrations_paths
config["migrations_paths"]
end
Defined in activerecord/lib/active_record/database_configurations/url_config.rb line 54
· View on GitHub
· Improve this page
· Find usages on GitHub