Sha256: cdf19a322af74f6b69a886ba906dd88db51952adf7f973769c1ce70c56b1d429

Contents?: true

Size: 619 Bytes

Versions: 1

Compression:

Stored size: 619 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class All; module History;
# Set: All cards (History, Acts)
#
# all acts with actions on self and on cards included in self (ie, acts shown in history)
module Acts;
extend Card::Set
def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/history/set/all/history/acts.rb"; end
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
end;end;end;end;end;
# ~~ generated from /Users/ezl5238/dev/decko/gem/mod/history/set/all/history/acts.rb ~~

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
card-1.102.0 tmpsets/set/mod012-history/all/history/acts.rb