module FormattedForm class StylesheetsGenerator < Rails::Generators::Base source_root File.expand_path('../../../../..', __FILE__) def generate_stylesheets copy_file 'templates/stylesheets/formatted_form.sass', 'app/views/stylesheets/formatted_form.sass' end end end