Skip to content

Commit

Permalink
[skip ci] Update blog post link (#1425)
Browse files Browse the repository at this point in the history
Update link for "Why you Ruby class macros (might)
suck (mine did)" blog post

Co-authored-by: Meghan Gutshall <meghan.gutshall@pennmedicine.upenn.edu>
  • Loading branch information
meg-gutshall and Meghan Gutshall committed Jul 30, 2023
1 parent 4b036f0 commit eef2a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/going-further/other-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ for an `auth_object` key in the options hash which can be used by your own
overridden methods.

Here is an example that puts all this together, adapted from
[this blog post by Ernie Miller](http://erniemiller.org/2012/05/11/why-your-ruby-class-macros-might-suck-mine-did/).
[this blog post by Ernie Miller](https://ernie.io/2012/05/11/why-your-ruby-class-macros-might-suck-mine-did/).
In an `Article` model, add the following `ransackable_attributes` class method
(preferably private):

Expand Down

0 comments on commit eef2a25

Please sign in to comment.