Sha256: c59cbab7d348986e2174f13743b9c2ea3cc39a5efbaa9c4cb8bca4859feb2c8c
Contents?: true
Size: 520 Bytes
Versions: 49
Compression:
Stored size: 520 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Right; module Status; extend Card::Set # ~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/account/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/account/set/right/status.rb ~~ end;end;end;end;
Version data entries
49 entries across 49 versions & 1 rubygems