Class: Formtastic::StylesheetsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/formtastic/stylesheets/stylesheets_generator.rb

Overview

Copies a stylesheet into to app/assets/stylesheets/formtastic.css

!!!shell $ rails generate formtastic:stylesheets

Instance Method Summary collapse

Instance Method Details

#copy_filesObject



11
12
13
14
# File 'lib/generators/formtastic/stylesheets/stylesheets_generator.rb', line 11

def copy_files
  puts "hey"
  copy_file "formtastic.css", "app/assets/stylesheets/formtastic.css"
end