What would the below js.erb template look like when rewritten into slim?
$('#new_reservation').hide().after('<%= j render("new_reservation") %>');
What would the below js.erb template look like when rewritten into slim?
$('#new_reservation').hide().after('<%= j render("new_reservation") %>');
you can check this gem for further simple conversions