class Shoppe::SetupGenerator
Public Instance Methods
create_route()
click to toggle source
# File lib/shoppe/setup_generator.rb, line 5 def create_route route 'mount Shoppe::Engine => "/shoppe"' end
# File lib/shoppe/setup_generator.rb, line 5 def create_route route 'mount Shoppe::Engine => "/shoppe"' end