Sha256: 54bfc73237710dc7ee47a3292c866443f0c49b542e0388ba2699c2ecb2ea0a71
Contents?: true
Size: 216 Bytes
Versions: 5
Compression:
Stored size: 216 Bytes
Contents
module Spotlight ## # Spotlight routing helpers module Routes def spotlight_root root to: 'spotlight/default#index' end end end ActionDispatch::Routing::Mapper.send :include, Spotlight::Routes
Version data entries
5 entries across 5 versions & 1 rubygems