Jesse Jesbu Thu Feb 06 06:39:02 -0500 2014

Subject: Association from table1 to table2, 'has_one'

Hello!

I'm trying to create association to my invoice rows model.
There's column "project_task_id" in "invoice_has_items" table.

That refers to "project_has_tasks" table "id"-column.

Now I should be able to associate that to my "InvoiceHasItems" model.

I've tried so far: