Displaying 1 result from an estimated 1 matches for "rtr_bandwidth".
Did you mean:
ifr_bandwidth
2008 Apr 08
0
Help building view to pass query to controller
...#39; HAVING (@c:=@c+1)%12=0 ORDER BY id")
end
end
Controller:
class BandwidthController < ApplicationController
@@hostname = ''cps-6-elem-2790-rtr-01''
@@start_time = ''2008-04-04 17:000:00''
@@end_time = ''2008-04-04 18:00:00''
...
...
def rtr_bandwidth
g = Graph.new
@f = Health.sql_select_graph(@@hostname, @@start_time, @@end_time)
...
...
end
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&...