Skip to content

Commit

Permalink
essay fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Nov 25, 2024
1 parent aa9434e commit f600eb8
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 @@ -254,7 +254,7 @@ Active Record provides a way for you to map ruby object to a database, it is wha
And it does a great job of that, in my opinion: it makes the easy stuff easy,
the medium stuff easy enough, and when push comes to shove you can kick out to raw SQL without much fuss.

(This is a great example of ["layering"](https://grugbrain.dev/#grug-on-apis) and API.)
(This is a great example of what I call ["layering"](https://grugbrain.dev/#grug-on-apis) an API.)

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
Expand Down

0 comments on commit f600eb8

Please sign in to comment.