alexknowshtml / We-Work-In-Philly

8 stars 14 forks source link

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

Closed alexknowshtml closed 13 years ago

alexknowshtml commented 13 years ago

right now only person can do it for themselves.

graybill commented 13 years ago

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

graybill commented 13 years ago

Yup. Example assigning a user to a company:

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