Class: NewCkeditorGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- NewCkeditorGenerator
- Defined in:
- lib/generators/new_ckeditor_generator.rb
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
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 |