Sha256: e09fcae66a4119b29861c444f7552980f210581381364500a0ba55f731316886
Contents?: true
Size: 297 Bytes
Versions: 1
Compression:
Stored size: 297 Bytes
Contents
require "application_responder" class ApplicationController < ActionController::Base self.responder = ApplicationResponder respond_to :html # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
acts_as_citable-4.0.0 | test/dummy/app/controllers/application_controller.rb |