Sha256: 151cbef875f0f643c89cb19a92e1c66f8d61735f6cac6caeddd16da4c7d27f73
Contents?: true
Size: 324 Bytes
Versions: 19
Compression:
Stored size: 324 Bytes
Contents
def act_card? self == Card::ActManager.act_card end # all acts with actions on self and on cards included in self (ie, acts shown in history) def history_acts @history_acts ||= Act.all_with_actions_on(history_card_ids, true).order id: :desc end def draft_acts drafts.created_by(Card::Auth.current_id).map(&:act) end
Version data entries
19 entries across 19 versions & 1 rubygems