Skip to content

Commit

Permalink
Hotfix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuchal committed Dec 6, 2023
1 parent c74a431 commit cf73cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
class Tag < ApplicationRecord
include AuditableEvents
include Colorized, Iconized
#include Colorized, Iconized

belongs_to :tenant
belongs_to :owner, class_name: 'User', optional: true
Expand Down

0 comments on commit cf73cdf

Please sign in to comment.