Sha256: 2f414ee505e08a6dc1358c8d7f1b4ea8783ca7843b2c525293b8a7e0b3e5fc9b

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

// This file is compiled into fae/application.js
// use this as another manifest file if you have a lot of javascript to add
// or just add your javascript directly to this file

// Uncomment the following line if you want to use Trumbowyg HTML Editor
//= require fae/vendor/trumbowyg

$(document).ready(function(){
  $('.login-body').addClass('test-class');
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fae-rails-1.6.0 spec/dummy/app/assets/javascripts/fae.js