Sha256: 4f7f650d592e57691f2c901d341f4a41854da65d670c29d7a537d275f568428a
Contents?: true
Size: 313 Bytes
Versions: 3
Compression:
Stored size: 313 Bytes
Contents
module FinePrint class ApplicationController < ActionController::Base before_filter :get_user rescue_from SecurityTransgression, :with => lambda { redirect_to FinePrint.redirect_path } protected def get_user @user = self.send FinePrint.current_user_method end end end
Version data entries
3 entries across 3 versions & 1 rubygems