Class: SmartEditor::SmartEditorGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_temeplate_filesObject



8
9
10
11
12
# File 'lib/generators/smart_editor/smart_editor_generator.rb', line 8

def copy_temeplate_files
  directory 'public'
  route("mount SmartEditor::Engine => '/smart_editor'")

end