Sha256: 9e60f2cb4ddc93ef0ceb30beca71a22aa32642ce94aa7505a8d17ed1248f0ae7
Contents?: true
Size: 300 Bytes
Versions: 11
Compression:
Stored size: 300 Bytes
Contents
module EffectiveCkeditor module Generators class InstallGenerator < Rails::Generators::Base include Rails::Generators::Migration desc "Creates an EffectiveCKeditor initializer in your application." source_root File.expand_path("../../templates", __FILE__) end end end
Version data entries
11 entries across 11 versions & 1 rubygems