Method: ContentBlock::Generators::InstallGenerator#mount_engine

Defined in:
lib/generators/content_block/install_generator.rb

#mount_engineObject



16
17
18
19
20
# File 'lib/generators/content_block/install_generator.rb', line 16

def mount_engine
  # Must be in reverse order to keep priorities
  route "mount Ckeditor::Engine => '/ckeditor'"
  route "mount ContentBlock::Engine => '/content-block'"
end