Spike persisted filters

This commit is contained in:
Jose Farias
2024-10-16 16:41:11 -06:00
parent c9ac10cbdb
commit f4b5210ca1
35 changed files with 354 additions and 112 deletions
+4
View File
@@ -3,4 +3,8 @@ class Tag < ApplicationRecord
has_many :taggings, dependent: :destroy
has_many :bubbles, through: :taggings
def hashtag
"#" + title
end
end