class Rails::Generators::Actions::CreateMigration
def invoke!
def invoke! return super if pretend? invoked_file = super File.exist?(@destination) ? invoked_file : relative_existing_migration end
def invoke! return super if pretend? invoked_file = super File.exist?(@destination) ? invoked_file : relative_existing_migration end