Sha256: 1bbfac05af1d2af8ef7e1401c131f2bcafe17e031a02857bd17571bc7a77c210
Contents?: true
Size: 209 Bytes
Versions: 8
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true module BeyondCanvas class ApplicationController < ActionController::Base # :nodoc: protect_from_forgery with: :exception include ::BeyondCanvas::StatusCodes end end
Version data entries
8 entries across 8 versions & 1 rubygems