RailsCasts Pro episodes are now free!

Learn more or hide this

dantmcgowan's Profile

GitHub User: dantmcgowan

Comments by

Avatar

starflyer59 -

I did get it to work with this javascript added to the end of mercury.js:

javascript
jQuery(window).on('mercury:ready', function() {
   var link = $('#edit_link');
   Mercury.saveUrl =link.attr('data-save-url');
   link.hide();
});