Merge pull request #43 from DMPRoadmap/development
Rebase with latest bug fixes and tests
dev
commit 2031fb93f71f515e26f0a49fa87f2caa2df78a1b
2 parents c80adc0 + 4efe56d
@Brian Riley Brian Riley authored on 10 Apr 2017
GitHub committed on 10 Apr 2017
Showing 46 changed files
View
.travis.yml
View
app/controllers/application_controller.rb
View
app/controllers/contacts_controller.rb 100644 → 0
View
app/controllers/guidance_groups_controller.rb
View
app/controllers/guidances_controller.rb
View
app/controllers/home_controller.rb
View
app/controllers/notes_controller.rb
View
app/controllers/orgs_controller.rb
View
app/controllers/phases_controller.rb
View
app/controllers/plans_controller.rb
View
app/controllers/questions_controller.rb
View
app/controllers/registrations_controller.rb
View
app/controllers/roles_controller.rb
View
app/controllers/sections_controller.rb
View
app/controllers/templates_controller.rb
View
app/controllers/users_controller.rb
View
app/models/guidance.rb
View
app/models/perm.rb
View
app/models/role.rb
View
app/models/user.rb
View
app/policies/plan_policy.rb
View
app/views/phases/admin_show.html.erb
View
app/views/plans/_answer_form_ro.html.erb 0 → 100644
View
app/views/plans/edit.html.erb
View
db/seeds.rb
View
test/functional/answers_controller_test.rb
View
test/functional/application_controller_test.rb
View
test/functional/confirmations_controller_test.rb 0 → 100644
View
test/functional/guidance_groups_controller_test.rb 0 → 100644
View
test/functional/guidances_controller_test.rb 0 → 100644
View
test/functional/home_controller_test.rb 0 → 100644
View
test/functional/notes_controller_test.rb 0 → 100644
View
test/functional/organisations_controller_test.rb 100644 → 0
View
test/functional/orgs_controller_test.rb 0 → 100644
View
test/functional/phases_controller_test.rb 0 → 100644
View
test/functional/plans_controller_test.rb 0 → 100644
View
test/functional/questions_controller_test.rb 0 → 100644
View
test/functional/registrations_controller_test.rb
View
test/functional/roles_controller_test.rb 0 → 100644
View
test/functional/sections_controller_test.rb 0 → 100644
View
test/functional/static_pages_controller_test.rb
View
test/functional/templates_controller_test.rb 0 → 100644
View
test/functional/users/omniauth_callbacks_controller_test.rb
View
test/test_helper.rb
View
test/unit/role_test.rb
View
test/unit/user_test.rb