Sha256: 73b3aea0cdb6bf14e8f577f3cbed00e06b87893275e2ab9ca9cf95b4cf61b433
Contents?: true
Size: 204 Bytes
Versions: 4
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true module BeyondCanvas class ApplicationController < ActionController::Base protect_from_forgery with: :exception include ::BeyondCanvas::LocaleManagement end end
Version data entries
4 entries across 4 versions & 1 rubygems