Class: Aureus::Generators::LayoutGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/aureus/layout/layout_generator.rb

Instance Method Summary collapse

Instance Method Details

#generateObject



11
12
13
# File 'lib/generators/aureus/layout/layout_generator.rb', line 11

def generate
	copy_file "layout.html.haml", "app/views/layouts/"+name+".html.haml"
end