Sha256: b369f1d4e24b133fa808f0089bebe185f3cf11695eb1d18dddbbacd3882aa322
Contents?: true
Size: 388 Bytes
Versions: 8
Compression:
Stored size: 388 Bytes
Contents
class Storytime.Dashboard.BlogPosts 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