我正在运行以下查询
@projects = @company.projects.where("active = ?",true).order("created_at ASC")
我收到错误:
`ActiveRecord::StatementInvalid: MysqL::ParseError: You have an error in your sql...`
错误指向=’1′.