Added visibility model, and started updating tests for public dmps controller but we need to create fixtures which is extremely difficult with the current state of the DB. Will wait for refactor before finishing tests.
dev
1 parent 5b23ffe commit 7c1a646a45acc953136608a131e48653e501ec38
@Brian Riley Brian Riley authored on 5 Jan 2017
Showing 11 changed files
View
app/controllers/projects_controller.rb
View
app/models/exported_plan.rb
View
app/models/project.rb
View
app/models/visibility.rb 0 → 100644
View
app/views/projects/public_export.html.erb 0 → 100644
View
app/views/projects/public_export.pdf.erb 0 → 100644
View
db/schema.rb
View
test/fixtures/plans.yml
View
test/fixtures/projects.yml
View
test/fixtures/visibilities.yml 0 → 100644
View
test/functional/projects_controller_test.rb