alexknowshtml / We-Work-In-Philly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow admins to create person->group/company/project joins

alexknowshtml opened this issue · comments

right now only person can do it for themselves.

Likely we can do this from the console. Assigning to me.

Yup. Example assigning a user to a company:

Employment.create(:person_id => 517, :company_id => 149)