Sha256: e258eb7a5b09ef67d4d8cc6ff737fc3034bd7a9479cc2e471644db7e4d8cab2f
Contents?: true
Size: 201 Bytes
Versions: 7
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
7 entries across 7 versions & 3 rubygems