Sha256: 253339bc3ae37298c7a8bcbd3ced502ede26d40b35caa093e3d2b9eaf0422ebc
Contents?: true
Size: 375 Bytes
Versions: 17
Compression:
Stored size: 375 Bytes
Contents
module Clearance # Top-level base class that all Clearance controllers inherit from. # Inherits from `ApplicationController` by default and can be overridden by # setting a new value with {Configuration#parent_controller=}. # @!parse # class BaseController < ApplicationController; end class BaseController < Clearance.configuration.parent_controller end end
Version data entries
17 entries across 17 versions & 1 rubygems