Sha256: b0914f9ce4acd0869ab203bae62962463bb845d5c1592bcceba10738344b98a9
Contents?: true
Size: 569 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems