Sha256: 21b5ae77fc3bc7abc2c599088d2a3ae34ae9a72ae63ed5c43df33833fce4c6b0
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
class ForestLiana::Collection def self.add_actions(collection_name, actions) collection = ForestLiana.apimap.find {|x| x.name == collection_name} collection.actions += actions if collection end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
forest_liana-1.2.6 | app/services/forest_liana/collection.rb |