Sha256: 41a6da80fca72c76c47a34a22881d61173efa326224343ab8c9f724962dbe298

Contents?: true

Size: 268 Bytes

Versions: 3

Compression:

Stored size: 268 Bytes

Contents

class TextileEditorConfigGenerator < Rails::Generators::Base
  source_root File.expand_path('../templates', __FILE__)

  def copy_javascript
    copy_file 'textile-editor-config.js.coffee.erb', 'app/assets/javascripts/textile-editor-config.js.coffee.erb'
  end

end
 

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redcloth-rails-0.2.0 lib/rails/generators/textile_editor_config/textile_editor_config_generator.rb
redcloth-rails-0.1.1 lib/rails/generators/textile_editor_config/textile_editor_config_generator.rb
redcloth-rails-0.1.0 lib/rails/generators/textile_editor_config/textile_editor_config_generator.rb