code-corps / deprecated-code-corps-rails-api

Rails API for Code Corps.
https://codecorps.org
MIT License
25 stars 15 forks source link

Migrate images and slugged routes for Phoenix #496

Closed joshsmith closed 8 years ago

joshsmith commented 8 years ago

This does a few migrations to prep for Phoenix.

Add user_id and organization_id to slugged_routes if owner_type is organization => put owner_id value into organization_id if owner_type is user => put owner_id value into user_id

Add icon to organizations

Add icon to projects

Add photo to users