In TM2, embedded ruby lines are sometimes being outdented as I type. Here's an example:
= form_for(@consumer_enrollment, url: [@workflow], method: :put, html: { class: 'uniform' }) do |f| = f.fields_for(:consumer_prior_authorizations) do |prior_auth_form|
When typing the second line, hitting backspace at any point or typing the first colon causes the line to outdent to the level of the first line. I can't see any change in the scope, and it doesn't do this in TM1, so I don't know what the issue is. Any ideas?