mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 06:09:38 +02:00
5 lines
98 B
Ruby
5 lines
98 B
Ruby
|
class Tagging < ApplicationRecord
|
||
|
belongs_to :tag
|
||
|
belongs_to :taggable, polymorphic: true
|
||
|
end
|