Skip to content

Commit

Permalink
Merge pull request #14 from gauravaradhye/master
Browse files Browse the repository at this point in the history
Removed supports_snapshots? methods defined independently without using supportsFeatureMixin plugin
  • Loading branch information
agrare authored Feb 16, 2017
2 parents 3b936b0 + b164d2e commit f6720e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/models/manageiq/providers/vmware/infra_manager/vm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ def cpu_ready_available?
true
end

def supports_snapshots?
true
end

supports :snapshots
supports :quick_stats
end

0 comments on commit f6720e9

Please sign in to comment.