Pretty simple one.
I want to do the following
Model.where("money_rate > ?", some_other_money_item)
Any ideas?
PG::UndefinedColumn: ERROR: column "money_rate" does not exist
LINE 1: SELECT "jobs".* FROM "jobs" WHERE (money_rate > '--- !ruby/...etc