Sha256: b0feb4b9dcb98aee90026b19bcaddb38323f36ce0e518bb0faa90c77b51036c3
Contents?: true
Size: 447 Bytes
Versions: 9
Compression:
Stored size: 447 Bytes
Contents
# encoding: utf-8 # 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 end
Version data entries
9 entries across 9 versions & 1 rubygems