Helpers simplify view logic and are located in app/helpers.
app/helpers
link_to 'Home', root_path
form_with model: @article
You can also define custom helpers to keep views clean.