Sha256: f71a335612ab3725f334d70e193762f1330382e33dbad006255a5913c0c8ef91
Contents?: true
Size: 229 Bytes
Versions: 11
Compression:
Stored size: 229 Bytes
Contents
# application controller 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 end
Version data entries
11 entries across 11 versions & 1 rubygems