RailsCasts Pro episodes are now free!

Learn more or hide this

Methos2013's Profile

GitHub User: Methos2013

Comments by

Avatar

Yes I was having this issue. I got around it with the following:

JavaScript
jQuery(window).on('mercury:saved', function() {
   window.location.href = window.location.href.replace(/\/editor\//i, '/');                
});