Class: Brut::CLI::Apps::Scaffold::Form

Inherits:
Action show all
Defined in:
lib/brut/cli/apps/scaffold.rb

Instance Attribute Summary

Attributes inherited from Commands::BaseCommand

#parent_command

Instance Method Summary collapse

Methods inherited from Action

#opts

Methods inherited from Commands::BaseCommand

#accepts, #argv, #bootstrap?, #commands, #default_command, #default_command_class, #default_rack_env, #env, #env_vars, #execute, #name, #options, #opts, #puts, #stderr, #stdin, #stdout, #system!

Instance Method Details

#args_descriptionObject



550
# File 'lib/brut/cli/apps/scaffold.rb', line 550

def args_description = "form_route"

#descriptionObject



549
# File 'lib/brut/cli/apps/scaffold.rb', line 549

def description = "Create a form and handler"

#runObject



552
553
554
# File 'lib/brut/cli/apps/scaffold.rb', line 552

def run
  super(form:true)
end