module Authist
Constants
- VERSION
Public Class Methods
setup() { |self| ... }
click to toggle source
# File lib/authist.rb, line 9 def self.setup yield self unless disable_controller_extensions ApplicationController.include ControllerHelpers end end