Sha256: 2c6bf53de6cef1ac7cabe051fa3ee6a42567522c07df6327d099d321d40379d2
Contents?: true
Size: 551 Bytes
Versions: 31
Compression:
Stored size: 551 Bytes
Contents
require 'clearance/constraints/signed_in' require 'clearance/constraints/signed_out' module Clearance # Clearance provides Rails routing constraints that can control access and the # visibility of routes at the routing layer. The {Constraints::SignedIn} # constraint can be used to make routes visible only to signed in users. The # {Constraints::SignedOut} constraint can be used to make routes visible only # to signed out users. # # @see http://guides.rubyonrails.org/routing.html#advanced-constraints module Constraints end end
Version data entries
31 entries across 31 versions & 1 rubygems