Sha256: 0daa9e15c108b9dbda38bda7d1f5edf737e786a5b6a13c597a4e816be3222af1
Contents?: true
Size: 287 Bytes
Versions: 9
Compression:
Stored size: 287 Bytes
Contents
# If you need to use your own controllers # define them in your `lib` and require them here ROUTER = Lotus::Router.new do get '/', to: Susanoo::Application::Index get '/views/*', to: Susanoo::Application::Views get '/assets/*', to: Susanoo::Application::Assets.new.environment end
Version data entries
9 entries across 9 versions & 1 rubygems