Sha256: c722d66da05a0cde5d59a9f59e450402fb318216593af38075c4d473ad733fb4
Contents?: true
Size: 467 Bytes
Versions: 56
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 => '868989f50c06d0129db458c69aebe434' end
Version data entries
56 entries across 56 versions & 4 rubygems