ok, that got me further, apparently that was not the only thing wrong.
i got this:
You have a nil object when you didn’t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.find
the table key_words looks like this id int(11) , name varchar(20) , message varchar(30)
what i am trying to do in the key_word.rb model is get the value of message when the name = ‘wet_list’ . There should only be one ( why
i tried first )
i think i am confused about how to set this as a value.