Sha256: 66793f226acac0cf117beb12a93e083df1bf2a91b8c8e005676cf96882ed8d95
Contents?: true
Size: 150 Bytes
Versions: 14
Compression:
Stored size: 150 Bytes
Contents
# frozen_string_literal: true module Zizia class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
14 entries across 14 versions & 1 rubygems