Remove redundant note about public_send (It's already verified by rubocop)

David Cook
2024-03-04 09:38:04 +11:00
parent 2c3352e6a7
commit 754295b4b4

@@ -6,16 +6,6 @@ This pages lists additional conventions that are not verified by Rubocop, but we
See this guide: [[Database-migrations]]
# Ruby
### Prefer `public_send` over `send`
As stated in the Ruby Style Guide:
> Prefer public_send over send so as not to circumvent private/protected visibility.
See https://github.com/rubocop-hq/ruby-style-guide#prefer-public-send
# HTML Templates
### Use `j` when inserting an arbitrary Ruby string in a JS or Angular expression