mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 22:34:47 +00:00
* Repro * Fix * Update signage * Create tagging system * Add tags to transaction imports * Build tagging UI * Cleanup * More cleanup
5 lines
98 B
Ruby
5 lines
98 B
Ruby
class Tagging < ApplicationRecord
|
|
belongs_to :tag
|
|
belongs_to :taggable, polymorphic: true
|
|
end
|