Last Updated: September 02, 2019
·
644
· nsteiner

Search/Replace HAML partials with ERB partials

Enable Regex and search for:

= render_partial '([-a-z_]+)'

Replace with:

<%= partial '$1' %>