Sha256: bc04365aa00c4283c74cb07539603e4ec1193904bba4cda3754b08aefa448f8b
Contents?: true
Size: 384 Bytes
Versions: 8
Compression:
Stored size: 384 Bytes
Contents
class Storytime.Dashboard.Pages initNew: ()-> @editor = new Storytime.Dashboard.Posts() @editor.initNew() initEdit: ()-> @editor = new Storytime.Dashboard.Posts() @editor.initEdit() initCreate: ()-> @editor = new Storytime.Dashboard.Posts() @editor.initCreate() initUpdate: ()-> @editor = new Storytime.Dashboard.Posts() @editor.initUpdate()
Version data entries
8 entries across 8 versions & 1 rubygems