mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
* Repro * Fix * Update signage * Create tagging system * Add tags to transaction imports * Build tagging UI * Cleanup * More cleanup
4 lines
98 B
Ruby
4 lines
98 B
Ruby
class Tagging < ApplicationRecord
|
|
belongs_to :tag
|
|
belongs_to :taggable, polymorphic: true
|
|
end
|