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:
parent
e1d6264ea8
commit
96a539d481
@ -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 = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user