Merge remote-tracking branch 'parent/main' into upstream-20231021
This commit is contained in:
commit
f9eaaec4e7
95 changed files with 1002 additions and 657 deletions
|
@ -51,7 +51,7 @@ class FeaturedTag < ApplicationRecord
|
|||
private
|
||||
|
||||
def strip_name
|
||||
self.name = name&.strip&.gsub(/\A#/, '')
|
||||
self.name = name&.strip&.delete_prefix('#')
|
||||
end
|
||||
|
||||
def set_tag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue