Class: KktShoppe::SetupGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/kkt_shoppe/setup_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_routeObject



5
6
7
# File 'lib/kkt_shoppe/setup_generator.rb', line 5

def create_route
  route 'mount KktShoppe::Engine => "/kkt_shoppe"'
end