Class: Rsodx::Cli::Commands::Generators::Controller
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Rsodx::Cli::Commands::Generators::Controller
- Defined in:
- lib/rsodx/cli/commands/generators/controller.rb
Instance Method Summary collapse
Instance Method Details
#call(args) ⇒ Object
7 8 9 |
# File 'lib/rsodx/cli/commands/generators/controller.rb', line 7 def call(args) Rsodx::Cli::Generator.generate(:controller, args) end |