Open mathias opened 11 years ago
Like running rails g controller shows how to generate a controller and all of its options, rails g styleguide should also display help text and list the sub-commands that can be run.
rails g controller
rails g styleguide
Note for anyone who wants to tackle this, the task is now called styleguide:install rather than styleguide.
styleguide:install
styleguide
Like running
rails g controller
shows how to generate a controller and all of its options,rails g styleguide
should also display help text and list the sub-commands that can be run.