Sha256: 102948e9eb49b462f518cb03bd61a3bc2d52f1d9bdfc4fd96264c2f513b51426
Contents?: true
Size: 211 Bytes
Versions: 5
Compression:
Stored size: 211 Bytes
Contents
module QuickSearch class PagesController < ApplicationController include Auth before_action :auth, only: [:realtime] def home end def about end def realtime end end end
Version data entries
5 entries across 5 versions & 1 rubygems