1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

bug #716: Fix constant name(cherry picked from commit 6cc9a076a881b725ac1222d0a5ea9550e537005f)

This commit is contained in:
Daniel Molina 2011-09-14 18:25:06 +02:00
parent e1d6264ea8
commit 96a539d481

View File

@ -413,7 +413,7 @@ module WatchHelper
unrestrict_primary_key
# Monitoring
one_to_many :samples, :order=>:timestamp, :class=>:HostSample
one_to_many :samples, :order=>:timestamp, :class=>"WatchHelper::HostSample"
@@samples_cache = []