Module: Hibiki::Rails::Generators::ScaffoldHelpers
- Included in:
- ScaffoldControllerGenerator, ScaffoldGenerator
- Defined in:
- lib/generators/hibiki/rails/scaffold_helpers.rb
Overview
Naming, destinations and argument round-tripping for the scaffold generators.
Everything resource-shaped lives here rather than in GeneratorHelpers,
which the four existing shape generators share and which knows only one
grain. Nothing in this module is public: a public method on a Thor
generator is a command, and bin/rails g would try to run it.