Description:
Explain the generator
Example:
rails generate pattern MyCustomDecorator This will create: app/decorators/application_decorator.rb app/decorators/my_custom_decorator.rb test/decorators/application_decoratior_test.rb test/decorators/my_custom_decorator_test.rb