Sha256: 5c8cc9def6f8e3413e83090871d600e73ad3165d3499186529771f29986cd280
Contents?: true
Size: 245 Bytes
Versions: 5
Compression:
Stored size: 245 Bytes
Contents
class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception include Godmin::ApplicationController end
Version data entries
5 entries across 5 versions & 1 rubygems