Write a Helper Extension
In Rails development, it comes often that you want to add/remove certain
function that Rails pre-defined. For example, if you use Bootstrap 3, to have a
form format correctly, each text_field needs to have class form-control. The
best way to achieve that is to write a helper extension…