Sha256: fc9013ca15d24634533fc5df987a623a6cd0cee105b67519d15a53fb04b45624

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

$(document).ready(function() {
  $.getScript("<%= javascript_url('application.js') %>");
  $.getScript("<%= javascript_url('better_frame/application.js') %>");
  $('<link/>', {
    rel: 'stylesheet',
    type: 'text/css',
    href: '<%= stylesheet_url('application') %>'
  }).appendTo('head');
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
better_frame-0.3.3 app/views/better_frame/api/include.js.erb