Skip to content

Commit

Permalink
Expose a group's filters in automate.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Nov 3, 2016
1 parent 99adc9d commit 5e9e3af
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ class MiqAeServiceMiqGroup < MiqAeServiceModelBase
expose :users, :association => true
expose :vms, :association => true
expose :tenant, :association => true
expose :filters, :method => :get_filters

def custom_keys
object_send(:miq_custom_keys)
Expand Down

0 comments on commit 5e9e3af

Please sign in to comment.