mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
s/Dont'/Don't/
This commit is contained in:
parent
f84f7ebe54
commit
2cc1a64579
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Rails
|
|||
module Generators
|
||||
class ControllerGenerator < NamedBase # :nodoc:
|
||||
argument :actions, type: :array, default: [], banner: "action action"
|
||||
class_option :skip_routes, type: :boolean, desc: "Dont' add routes to config/routes.rb."
|
||||
class_option :skip_routes, type: :boolean, desc: "Don't add routes to config/routes.rb."
|
||||
|
||||
check_class_collision suffix: "Controller"
|
||||
|
||||
|
|
Loading…
Reference in a new issue