mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Create tagging system (#792)
* Repro * Fix * Update signage * Create tagging system * Add tags to transaction imports * Build tagging UI * Cleanup * More cleanup
This commit is contained in:
4
app/models/tagging.rb
Normal file
4
app/models/tagging.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Tagging < ApplicationRecord
|
||||
belongs_to :tag
|
||||
belongs_to :taggable, polymorphic: true
|
||||
end
|
||||
Reference in New Issue
Block a user