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



7
8
9
# File 'lib/refills/import_generator.rb', line 7

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

#copy_stylesObject



11
12
13
# File 'lib/refills/import_generator.rb', line 11

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