Sha256: 8943bd5934e66687a9539fe76999745acd836f9a700295996cdbe3669048e97e
Contents?: true
Size: 345 Bytes
Versions: 2
Compression:
Stored size: 345 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 protect_from_forgery # See ActionController::RequestForgeryProtection for details end
Version data entries
2 entries across 2 versions & 1 rubygems