Sha256: 1f61b8553539fc179d071767b702655a01f2f39b04a3a472e3591242f56ad240
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 Bytes
Contents
module Spotlight ## # Shim controller to redirect engine root requests to # an exhibit root class DefaultController < Spotlight::ApplicationController def index default = Spotlight::Exhibit.default redirect_to exhibit_root_path(default) end end end
Version data entries
5 entries across 5 versions & 1 rubygems