Sha256: 19da7cb3367fed1bdfde4f8f63f806cc95f7b99c9539399d4a8b8614d875b759

Contents?: true

Size: 784 Bytes

Versions: 1

Compression:

Stored size: 784 Bytes

Contents

// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. JavaScript code in this file should be added after the last require_* statement.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require_tree ./initializers


$(window).load(function () {
  BlogFieldsInitializer.init()
  BlogPostsInitializer.init()
})

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lato_blog-2.1 app/assets/javascripts/lato_blog/application.js