Skip to content

Commit

Permalink
Merge pull request ManageIQ#17466 from yrudman/make-miq_request-act-a…
Browse files Browse the repository at this point in the history
…s-taggable

Added ActAsTaggable concern to MiqRequest model
(cherry picked from commit 5923577)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1583711
  • Loading branch information
jrafanie authored and d-m-u committed Jun 6, 2018
1 parent 1a588d5 commit 00fdef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/miq_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class MiqRequest < ApplicationRecord
has_many :miq_approvals, :dependent => :destroy
has_many :miq_request_tasks, :dependent => :destroy

acts_as_miq_taggable

alias_attribute :state, :request_state

serialize :options, Hash
Expand Down

0 comments on commit 00fdef7

Please sign in to comment.