Sha256: 33892c5d89d1ec5f927a8d2cc3900c2308b3363849d426fcd2b415a1b3d2c4c2
Contents?: true
Size: 232 Bytes
Versions: 28
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true class CustomAuthorizationsController < ::ApplicationController %w[index show new create edit update destroy].each do |action| define_method action do render nothing: true end end end
Version data entries
28 entries across 28 versions & 3 rubygems