Sha256: 2ae539c94dfa9760bbc86274458ce881e6855f9647e11513f6b5b3954e95ee63
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
class ApplicationController < ActionController::Base helper :all # include all helpers, all the time # See ActionController::RequestForgeryProtection for details protect_from_forgery def redirections @redirections ||= HashWithIndifferentAccess.new({ :not_be_user => { :redirect_to => user_path(current_user) } }) end end
Version data entries
3 entries across 3 versions & 3 rubygems