Class: Woo::Generators::UiElementGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/woo/ui_element_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_ui_elementObject



9
10
11
# File 'lib/generators/woo/ui_element_generator.rb', line 9

def create_ui_element
  template '_module.erb', "app/views/styleguide/ui_elements/_#{file_name}.html.haml"
end