Flowdock
method

default_migrate_path

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Generators::Migration
default_migrate_path() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/rails/generators/active_record/migration.rb, line 38
        def default_migrate_path
          Rails.application.config.paths["db/migrate"].to_ary.first
        end
Register or log in to add new notes.