Class: Ls::Generators::AssetsGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/rails/generators/ls/assets/assets_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_livescriptObject



8
9
10
# File 'lib/rails/generators/ls/assets/assets_generator.rb', line 8

def copy_livescript
  template 'javascript.ls', File.join('app/assets/javascripts', class_path, "#{file_name}.ls")
end