Sha256: 454779d52029499a91a7470a48a5afeeaf5abf9dd27dc3d9b9de73d6bf3cc144
Contents?: true
Size: 460 Bytes
Versions: 2
Compression:
Stored size: 460 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 include Trendi18n::Handler # Scrub sensitive parameters from your log # filter_parameter_logging :password end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
trendi18n-0.9.3 | spec/test_application/app/controllers/application_controller.rb |
trendi18n-0.9.2 | spec/test_application/app/controllers/application_controller.rb |