|
Merge pull request #18 from CDLUC3/final_schema
Final schema |
|---|
| app/controllers/guidances_controller.rb |
|---|
| app/controllers/projects_controller.rb |
|---|
| app/controllers/static_pages_controller.rb |
|---|
| app/controllers/templates_controller.rb |
|---|
| app/models/plan.rb |
|---|
| app/models/role.rb |
|---|
| app/models/section.rb |
|---|
| app/models/suggested_answer.rb |
|---|
| app/models/template.rb |
|---|
| app/models/theme.rb |
|---|
| app/models/token_permission_type.rb |
|---|
| app/views/shared/_register_form.html.erb |
|---|
| app/views/static_pages/public_plans.html.erb |
|---|
| app/views/templates/_show_question.html.erb |
|---|
| app/views/templates/admin_index.html.erb |
|---|
| app/views/templates/admin_template.html.erb |
|---|
| db/seeds.rb |
|---|
| test/functional/application_controller_test.rb |
|---|
| test/functional/registrations_controller_test.rb |
|---|
| test/functional/static_pages_controller_test.rb |
|---|
| test/functional/users/omniauth_callbacks_controller_test.rb |
|---|
| test/test_helper.rb |
|---|
| test/unit/option_warning_test.rb 100644 → 0 |
|---|
| test/unit/org_test.rb |
|---|
| test/unit/phase_test.rb |
|---|
| test/unit/plan_test.rb |
|---|
| test/unit/question_option_test.rb |
|---|
| test/unit/role_test.rb 0 → 100644 |
|---|
| test/unit/section_test.rb 0 → 100644 |
|---|
| test/unit/suggested_answer_test.rb 0 → 100644 |
|---|
| test/unit/template_test.rb |
|---|
| test/unit/theme_test.rb 0 → 100644 |
|---|
| test/unit/token_permission_type_test.rb |
|---|
| test/unit/user_test.rb |
|---|