Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Nov 25, 2024
2 parents f600eb8 + 6067f4d commit 3e1a393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/essays/codin-dirty.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ the medium stuff easy enough, and when push comes to shove you can kick out to r

But that's not all the Active Record objects are good at: they also provide excellent functionality for building HTML
in the [view layer](https://guides.rubyonrails.org/action_view_overview.html) of Rails. They don't include *HTML specific* functionality, but they do offer functionality
that is useful on the view side, such as providing and API to retrieve error messages, even at the field level.
that is useful on the view side, such as providing an API to retrieve error messages, even at the field level.

When you are writing Ruby on Rails applications you simply pass your Active Record instances out to the view/templates.

Expand Down

0 comments on commit 3e1a393

Please sign in to comment.