Class: Trek::Generators::Install::ComponentGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Helpers
Defined in:
lib/generators/trek/install/component_generator.rb

Instance Method Summary collapse

Instance Method Details

#add_component_index_fileObject



14
15
16
17
# File 'lib/generators/trek/install/component_generator.rb', line 14

def add_component_index_file
  template "components/index.js",
    "app/components/index.js"
end