Sha256: 0cb5a450181c68a774819c72996c957929b40be178d489d7a2b44fd9253df55c
Contents?: true
Size: 565 Bytes
Versions: 12
Compression:
Stored size: 565 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 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
12 entries across 12 versions & 1 rubygems