Spike persisted filters
This commit is contained in:
@@ -3,4 +3,8 @@ class Tag < ApplicationRecord
|
||||
|
||||
has_many :taggings, dependent: :destroy
|
||||
has_many :bubbles, through: :taggings
|
||||
|
||||
def hashtag
|
||||
"#" + title
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user