Sha256: 6a790b4877c2327971f3b4eddee4b708ae3656f13a5866a48525cb1bf351b1e7

Contents?: true

Size: 284 Bytes

Versions: 2

Compression:

Stored size: 284 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fullstack-ckeditor-0.1.4 lib/generators/fullstack/ckeditor/install_generator.rb
fullstack-ckeditor-0.1.3 lib/generators/fullstack/ckeditor/install_generator.rb