Sha256: fc6b85d16227031447f87b6dc4497e3252b83b17a36455f2bc9122d714adc57e

Contents?: true

Size: 296 Bytes

Versions: 2

Compression:

Stored size: 296 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
formatted_form-1.1.0 lib/generators/formatted_form/stylesheets/stylesheets_generator.rb
formatted_form-1.0.2 lib/generators/formatted_form/stylesheets/stylesheets_generator.rb