Givdo / givdo_api_server

1 stars 0 forks source link

Modifications to help successfully start app from clean slate #24

Closed marcelkooi closed 7 years ago

marcelkooi commented 7 years ago

There a few changes that would be helpful to start the app from a clean slate (fresh copy of master, no seed data).

These two lines of a migration cause an error if there are no existing organizations for which to associate the user. This could be fixed by creating a separate rake task to accomplish this or adding a callback to automatically assign an organization to a user upon creation of the user.