Sha256: 87e19909951f76181d6bfaaf226bebd61a323cd9205dbb73bd95b6e22efce68b
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 => '8a54ccda625a3eeb4b2746aaaa094406' end
Version data entries
12 entries across 12 versions & 3 rubygems