Skip to content

Commit

Permalink
Allow the target attribute to be read on ResourceActionWorkflow objects
Browse files Browse the repository at this point in the history
  • Loading branch information
eclarizio committed Aug 30, 2017
1 parent 7444e38 commit f84088f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/resource_action_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ class ResourceActionWorkflow < MiqRequestWorkflow
attr_accessor :dialog
attr_accessor :request_options

attr_reader :target

def self.base_model
ResourceActionWorkflow
end
Expand Down

0 comments on commit f84088f

Please sign in to comment.