Flowdock
method

migrations_paths

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: ActiveRecord::Migrator
migrations_paths() public

No documentation

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

Hide source
# File activerecord/lib/active_record/migration.rb, line 583
      def migrations_paths
        @migrations_paths ||= ['db/migrate']
        # just to not break things if someone uses: migration_path = some_string
        Array.wrap(@migrations_paths)
      end
Register or log in to add new notes.