Sha256: bafeee8bffe37e497b299bc6dbcec91a08c49f00f235c74f48981a1b5532d163
Contents?: true
Size: 234 Bytes
Versions: 9
Compression:
Stored size: 234 Bytes
Contents
import Controller from "@ember/controller"; export default Controller.extend({ actions: { protect() { this.get("model").protect(); }, unprotect() { this.get("model").unprotect(); } } });
Version data entries
9 entries across 9 versions & 1 rubygems