1
0
Fork 0
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:
Akira Matsuda 2014-08-15 13:59:05 +09:00
parent f84f7ebe54
commit 2cc1a64579

View file

@ -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"