1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo 'another frameworks' => 'other frameworks'

This commit is contained in:
Sean Collins 2015-01-25 16:20:42 -05:00
parent 77cb58ba90
commit be2a373326

View file

@ -4,7 +4,7 @@ require 'rails/generators/actions/create_migration'
module Rails
module Generators
# Holds common methods for migrations. It assumes that migrations has the
# [0-9]*_name format and can be used by another frameworks (like Sequel)
# [0-9]*_name format and can be used by other frameworks (like Sequel)
# just by implementing the next migration version method.
module Migration
extend ActiveSupport::Concern