Class: Refills::ImportGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/refills/import_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_htmlObject



9
10
11
# File 'lib/refills/import_generator.rb', line 9

def copy_html
  copy_file "_#{snippet}.html.erb", "app/views/refills/_#{snippet}.html.erb"
end

#copy_stylesObject



13
14
15
# File 'lib/refills/import_generator.rb', line 13

def copy_styles
  copy_file "stylesheets/refills/_#{snippet}.scss", "app/assets/stylesheets/refills/_#{snippet}.scss"
end