Sha256: 2d3fe7adc46b955db9d2f0600dd19bdd3aaf48b84f70f63d701235b5587227ed
Contents?: true
Size: 467 Bytes
Versions: 57
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 => 'cd5f8fbe429e4b3cca1f5bc1ee91d179' end
Version data entries
57 entries across 57 versions & 1 rubygems