Skip to content

Commit

Permalink
Changed to use MiqExpression.tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanoor committed Jul 24, 2017
1 parent 429e702 commit aa07b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_ae_method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def self.available_scopes
end

def self.available_expression_objects
Rbac::Filterer::CLASSES_THAT_PARTICIPATE_IN_RBAC
MiqExpression.base_tables
end

# Validate the syntax of the passed in inline ruby code
Expand Down

0 comments on commit aa07b39

Please sign in to comment.