Sha256: c2b533e354efede63221a1e507b63a5ad4ce2e27deab2ddd9800c4030cf4cbc2
Contents?: true
Size: 191 Bytes
Versions: 21
Compression:
Stored size: 191 Bytes
Contents
# frozen_string_literal: true module GoodJob class BaseController < ActionController::Base # rubocop:disable Rails/ApplicationController protect_from_forgery with: :exception end end
Version data entries
21 entries across 21 versions & 1 rubygems