Fix typo 'has' => 'have'

This commit is contained in:
Sean Collins 2015-01-25 16:24:14 -05:00
parent be2a373326
commit 73c788dddf
1 changed files with 1 additions and 1 deletions

View File

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