Sha256: 5705154fb84c303e88670710d544da32bd49cfb11ccd305d46e2d434435b676e
Contents?: true
Size: 255 Bytes
Versions: 12
Compression:
Stored size: 255 Bytes
Contents
module Rich class ApplicationController < ActionController::Base before_filter :authenticate_rich_user def authenticate_rich_user send(Rich.authentication_method) unless Rich.authentication_method == :none end end end
Version data entries
12 entries across 12 versions & 1 rubygems