Glitch-Shrike/app
Justin Tracey c9e8e1739c
replace all instances of "ends_with?" with "end_with?" (#15745)
The "ends_with?" method is just a Rails alias of Ruby's "end_with?" method.
Using the latter makes the code less brittle.
2021-02-19 09:56:14 +01:00
..
chewy
controllers replace all instances of "ends_with?" with "end_with?" (#15745) 2021-02-19 09:56:14 +01:00
helpers
javascript
lib replace all instances of "ends_with?" with "end_with?" (#15745) 2021-02-19 09:56:14 +01:00
mailers
models
policies
presenters
serializers
services Fix YouTube embeds failing due to YouTube serving wrong OEmbed URLs (#15716) 2021-02-12 05:45:38 +01:00
validators
views
workers