Sha256: e757bd9633548bc0a2bb26a70b3810ecb1d267e441b28d3069c4fb68b035593c
Contents?: true
Size: 380 Bytes
Versions: 30
Compression:
Stored size: 380 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__) def show_readme readme "README" if behavior == :invoke end end end end
Version data entries
30 entries across 30 versions & 1 rubygems