Sha256: 7620b06cdb41b81fcd3dc738770c2804dd316dd9a99b6e0dae0f2f586d74eda3
Contents?: true
Size: 159 Bytes
Versions: 13
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module RailsWebCache class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
13 entries across 13 versions & 1 rubygems