Worklog.find_all["worklogs2stocksymbol=?",45],"id DESC",15
SyntaxError: compile error (irb):25: syntax error Worklog.find_all["worklogs2stocksymbol=?",45],"id DESC",15 ^ from (irb):25
I am not sure what is wrong here. can someone explain. the worklogs2stocksymbol is defined as int4 in postgresql and i am using postgres-pr driver thro rails