Sha256: a6b0f0f309ffd8e8f0025491d5efd2c8091295f5568b9a4350d181c2add34001
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
import { Controllers } from "loco-js"; import Form from "views/admin/comments/Form"; class Comments extends Controllers.Base { edit() { new Form().render({ commentId: this.params.id }); } } export default Comments;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
loco-rails-3.0.5 | test/dummy/frontend/js/controllers/admin/Comments.js |
loco-rails-3.0.4 | test/dummy/frontend/js/controllers/admin/Comments.js |