Sha256: b79c842e92c27be8709aa69f223668bd8c71d7a13a81441d2d9cc0aad763188a
Contents?: true
Size: 221 Bytes
Versions: 11
Compression:
Stored size: 221 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
11 entries across 11 versions & 1 rubygems