Sha256: 8923ebd41267b8c2124046a5143aa2475c85341f4b637dc6a3053fabf79bab21
Contents?: true
Size: 201 Bytes
Versions: 58
Compression:
Stored size: 201 Bytes
Contents
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
58 entries across 58 versions & 5 rubygems