Sha256: c73d33b82439f51ccb9eebb97ecaa40f6f3d75a49cdb6c5253b8a2724ac154ce
Contents?: true
Size: 469 Bytes
Versions: 105
Compression:
Stored size: 469 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 # See ActionController::RequestForgeryProtection for details # Uncomment the :secret if you're not using the cookie session store # protect_from_forgery # :secret => 'a8af303b8dabf2d2d8f1a7912ac04d7d' end
Version data entries
105 entries across 105 versions & 7 rubygems