Sha256: f7b34e9033af2df7f963d0a7a93752bb4a12092f65834a07f2baf8728b944370
Contents?: true
Size: 382 Bytes
Versions: 19
Compression:
Stored size: 382 Bytes
Contents
<% module_namespacing do -%> LiveRecord.Model.create( { modelName: '<%= file_name.singularize.camelcase %>', plugins: { LiveDOM: true }, // See TODO: URL_TO_DOCUMENTATION for supported callbacks // Add Callbacks (callback name => array of functions) // callbacks: { // 'on:disconnect': [], // 'after:update': [], // } } ) <% end -%>
Version data entries
19 entries across 19 versions & 1 rubygems