search for: wet_list

Displaying 2 results from an estimated 2 matches for "wet_list".

Did you mean: net_list
2007 Jan 16
4
question about sessions and code re-use
hey there, i have a simple model called key_words.rb the purpose of this is to hold system config data. it also holds the parameters that our system uses to judge the condition of the stuff we monitor. anyway, one of the methods is this def self.get_in_wet_list(status) wet_list = find(:first, :conditions => "name = ''wet_list'' ") wet_list.message.split('','').include?(status) end my question is.... we use this to process a lot of information, sometimes a few thous...
2007 Jan 17
0
question about code reuse and session variables
hey there, i have a simple model called key_words.rb the purpose of this is to hold system config data. it also holds the parameters that our system uses to judge the condition of the stuff we monitor. anyway, one of the methods is this def self.get_in_wet_list(status) wet_list = find(:first, :conditions => "name = ''wet_list'' ") wet_list.message.split('','').include?(status) end my question is.... we use this to process a lot of information, sometimes a few thousa...