Sha256: b314ab441a4aebb85c9105b769b4baae7bd127f7dda09fbc4ab127571f2b67b1
Contents?: true
Size: 158 Bytes
Versions: 10
Compression:
Stored size: 158 Bytes
Contents
# frozen_string_literal: true module Stenographer class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end
Version data entries
10 entries across 10 versions & 1 rubygems