How can I stop Rails to change my code when validation isn't passed.
Every time rails wraps my field with
<div class='field_with_error'>...</div>
I can edit fields_with_error
class
.fields_with_error{ display: inline }
which works, but it is hacky