Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogweather committed May 2, 2024
1 parent bba38d2 commit 5e40050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end
me = Person.new(name: 'Robb')
```

I use classes like these as Data Transfer Objects at my system boundaries.
Note how Person's two lines of code are nothing new: `attr_reader` is standard Ruby. [`validates` is standard Rails. I use classes like these as Data Transfer Objects at my system boundaries.


## Goals
Expand Down

0 comments on commit 5e40050

Please sign in to comment.