|
Added is_test and is_public flags to the projects table. Added unit tests for new fields. Removed unecessary attr_accessible section from projects model. Added setters for new flag fields so that only one can be true at a given time
|
|---|
|
|
| app/models/project.rb |
|---|
| db/migrate/20170103171414_add_test_and_public_to_projects.rb 0 → 100644 |
|---|
| db/schema.rb |
|---|
| test/fixtures/projects.yml |
|---|
| test/unit/project_test.rb |
|---|