Sha256: 768efd21fe9218f9ee7f0a135e79dab9ff1074aea35bef2d3a1c363e4622bdf0
Contents?: true
Size: 238 Bytes
Versions: 10
Compression:
Stored size: 238 Bytes
Contents
class ApplicationController < ActionController::Base include TheComments::ViewToken # 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
10 entries across 10 versions & 3 rubygems