class Myth::Generators::AssetsGenerator

Public Instance Methods

copy_myth() click to toggle source
# 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