Sha256: 67cdf357c49c01eead29314dc31d03410576182bfbbbf9c0f832220e1c765b50
Contents?: true
Size: 143 Bytes
Versions: 21
Compression:
Stored size: 143 Bytes
Contents
class UserPolicy < ApplicationPolicy def permitted_attributes [:id, :username] end class Scope < ApplicationPolicy::Scope end end
Version data entries
21 entries across 21 versions & 1 rubygems