Sha256: c3d8cba53f78fb7c3f87a9a0d23752a70fc09bee48d09df0cd664cb0fcbe0a84
Contents?: true
Size: 569 Bytes
Versions: 6
Compression:
Stored size: 569 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; module Right; module Status; extend Card::Set # ~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/05_standard/set/right/status.rb ~~~~~~~~~~~ include All::Permissions::Accounts def ok_to_update if is_own_account? && !Auth.always_ok? deny_because you_cant('change the status of your own account') else super end end # ~~~~~~~~~~~ below autogenerated; above pulled from /Users/ethan/dev/wagn/gem/card/mod/05_standard/set/right/status.rb ~~~~~~~~~~~ end;end;end;end;
Version data entries
6 entries across 6 versions & 1 rubygems