Sha256: 704e9066e9a27d7d36d2d3f6e39579cf3f7263f1ee176d90bcc4092ea6e70197

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

module Fullstack
  module Ckeditor
    class InstallGenerator < Rails::Generators::NamedBase
      source_root File.expand_path('../templates', __FILE__)
      
      def install_assets
        directory "ckeditor", Rails.root.join("public", "ckeditor")
      end
      
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fullstack-ckeditor-0.1.1 lib/generators/fullstack/ckeditor/install_generator.rb