added super admin org pages
turned shib DS off

fixed tests

fixed tests
dev
1 parent a84332e commit 7111d0142f0a5ecbc10da49adee05bd961752c68
@Brian Riley Brian Riley authored on 27 Jan 2018
briley committed on 29 Jan 2018
Showing 17 changed files
View
app/controllers/orgs_controller.rb
View
app/controllers/paginable/orgs_controller.rb 0 → 100644
View
app/controllers/super_admin/orgs_controller.rb 0 → 100644
View
app/models/org.rb
View
app/models/org_identifier.rb
View
app/policies/org_policy.rb
View
app/views/layouts/_branding.html.erb
View
app/views/orgs/_feedback_form.html.erb
View
app/views/orgs/_profile_form.html.erb
View
app/views/orgs/admin_edit.html.erb
View
app/views/paginable/orgs/_index.html.erb 0 → 100644
View
app/views/super_admin/orgs/index.html.erb 0 → 100644
View
config/routes.rb
View
test/functional/orgs_controller_test.rb
View
test/functional/super_admin/orgs_controller_test.rb 0 → 100644
View
test/test_helper.rb
View
test/unit/org_test.rb