Class: Myth::Generators::AssetsGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_mythObject



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

def copy_myth
  template "stylesheet.css.myth", File.join('app/assets/stylesheets', class_path, "#{file_name}.css.myth")
end