This exercise was a bit tricky. Figured I\'d post my solution to see if anyone did it differently or if there\'s anyone who knows a better way.
I\'m not sure on best pra
In order to avoid minus in character count down I added this limit to _micropost_form.html.erb partial, so it stops you at 140 characters:
<%= f.text_area :content, maxlength:140, placeholder: "Compose new micropost..." %>