Sha256: f72ddce8b6c286b54ab98e35883a34e52018911a5ebc5d75594cae4124952363
Contents?: true
Size: 467 Bytes
Versions: 2
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 => '2ca2fada518cfbcf608d8fc8abd44712' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
antfarm-0.3.0 | rails/app/controllers/application.rb |
antfarm-0.4.0 | rails/app/controllers/application.rb |