Class: Angus::ScaffoldCommand

Inherits:
Thor::Group
  • Object
show all
Defined in:
lib/angus/commands/scaffold_command.rb

Instance Method Summary collapse

Instance Method Details

#scaffoldObject



7
8
9
# File 'lib/angus/commands/scaffold_command.rb', line 7

def scaffold
  command_processor.resource(self.name, %w(create update destroy show index), {scaffold: true})
end