Sha256: 5e9d1511bb1d06c5f7bf0b23486a16279b7a97624b429b919bc5f0b0ed7b8bf0
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
module CanTango module Permit class Special < Base def initialize ability super end def self.hash_key nil end def valid? true end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-permits-0.1.1 | lib/cantango/permit/special.rb |