Class: Nether::StickifyGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/nether/stickify/stickify_generator.rb

Instance Method Summary collapse

Instance Method Details

#stickifyObject



4
5
6
# File 'lib/generators/nether/stickify/stickify_generator.rb', line 4

def stickify
  copy_file "stickify.css", "app/assets/stylesheets/stickify.css"
end