Class: NewCkeditorGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/new_ckeditor_generator.rb

Instance Method Summary collapse

Instance Method Details

#initObject



4
5
6
7
8
# File 'lib/generators/new_ckeditor_generator.rb', line 4

def init
  ['balloon', 'classic', 'inline'].each do |f|
    copy_file "app/views/new_ckeditor/shared/_#{f}.html.erb", File.join('app/views/new_ckeditor/shared/', "_#{f}.html.erb")
  end
end