Sha256: fcc52bfb2b57d7e33bebe4477af170d87cc72704ed202312a69f6a04149439c5
Contents?: true
Size: 322 Bytes
Versions: 3
Compression:
Stored size: 322 Bytes
Contents
require "rails/generators/base" module AppManager module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def mount_engine route("mount AppManager::Engine, at: '/'") end end end end
Version data entries
3 entries across 3 versions & 1 rubygems