Sha256: 45991234e5124e803968115debf53ca68d22120e902a1d124459c3e2e680f7b9
Contents?: true
Size: 178 Bytes
Versions: 46
Compression:
Stored size: 178 Bytes
Contents
Rails.application.routes.draw do mount Incline::Engine => "/incline" # need to ensure that custom root paths work. root 'dummy#hello' # root 'incline/welcome#home' end
Version data entries
46 entries across 46 versions & 1 rubygems