Sha256: 1d715dc9dace5119d04c1ced561bb0de2d1a5f041e1901453ecde95ba334166a
Contents?: true
Size: 483 Bytes
Versions: 96
Compression:
Stored size: 483 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 => 'cd5f8fbe429e4b3cca1f5bc1ee91d179' session :off end
Version data entries
96 entries across 62 versions & 8 rubygems