Class: Frap::Commands::Generate

Inherits:
Thor
  • Object
show all
Defined in:
lib/frap/commands/generate.rb

Instance Method Summary collapse

Instance Method Details

#resource(name) ⇒ Object



11
12
13
# File 'lib/frap/commands/generate.rb', line 11

def resource(name)
  Frap::CreateResource.new(name, options).create_resource
end