Flowdock
method

migration_exists?

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: Rails::Generators::Migration::ClassMethods
migration_exists?(dirname, file_name) public

No documentation

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

Hide source
# File railties/lib/rails/generators/migration.rb, line 19
        def migration_exists?(dirname, file_name) #:nodoc:
          migration_lookup_at(dirname).grep(/\d+_#{file_name}.rb$/).first
        end
Register or log in to add new notes.