Sha256: 2f112a4c55ed31e3cbea89984c7faf90d060185de0beb8faf1bc330b55cc010d
Contents?: true
Size: 459 Bytes
Versions: 20
Compression:
Stored size: 459 Bytes
Contents
# Filters added to this controller apply to all controllers in the application. # Likewise, all the methods added will be available for all controllers. class ApplicationController < ActionController::Base helper :all # include all helpers, all the time protect_from_forgery # See ActionController::RequestForgeryProtection for details # Scrub sensitive parameters from your log filter_parameter_logging :password before_filter :current_user end
Version data entries
20 entries across 15 versions & 5 rubygems