Sha256: b0f8c879e449b77e36a86b9095190166a47c558447b6e81ea0b2f8b1e973f5ad
Contents?: true
Size: 467 Bytes
Versions: 12
Compression:
Stored size: 467 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 => 'da69588ceb6298fcc3dd908cd8ca94f7' end
Version data entries
12 entries across 12 versions & 4 rubygems