Sha256: e8d6c77141be89cee846ad7f72e28fe45063091c4263646d391f96b9188037d7
Contents?: true
Size: 245 Bytes
Versions: 12
Compression:
Stored size: 245 Bytes
Contents
class ApplicationController < ActionController::Base include Godmin::ApplicationController # 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
12 entries across 12 versions & 1 rubygems