method
migrations_paths
v4.1.8 -
Show latest stable
- Class:
ActiveRecord::Schema
migrations_paths()public
Returns the migrations paths.
ActiveRecord::Schema.new.migrations_paths # => ["db/migrate"] # Rails migration path by default.
migrations_paths()Returns the migrations paths.
ActiveRecord::Schema.new.migrations_paths # => ["db/migrate"] # Rails migration path by default.