Diving Deep: Action View Form Helpers
In the previous article, I mentioned that Action View has some component-like classes that render form elements. Let's deep dive into a simple one: Tags::TextField.
This class is used in the FormBuilder like so (source):
def text_field(object_name, m...
dev.julianpinzon.com6 min read