Sha256: 1af0a8b32b242f495de1318c9e3d660bdbb6265a31d113364644909f4e1cd24d
Contents?: true
Size: 154 Bytes
Versions: 5
Compression:
Stored size: 154 Bytes
Contents
# frozen_string_literal: true module MicroCms class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
5 entries across 5 versions & 1 rubygems