Merge pull request #1491 from CDLUC3/contributions
Final cleanup for Super Admin Notifications PR
dev
commit a638884a475e10e7d193ba87e86963242d1fcdc7
2 parents 3395ee6 + a30cf7b
@Brian Riley Brian Riley authored on 23 May 2018
GitHub committed on 23 May 2018
Showing 30 changed files
View
app/controllers/application_controller.rb
View
app/controllers/paginable/notifications_controller.rb 0 → 100644
View
app/controllers/super_admin/notifications_controller.rb 0 → 100644
View
app/controllers/users_controller.rb
View
app/helpers/notifications_helper.rb 0 → 100644
View
app/models/notification.rb 0 → 100644
View
app/models/user.rb
View
app/policies/notification_policy.rb 0 → 100644
View
app/policies/user_policy.rb
View
app/views/layouts/_branding.html.erb
View
app/views/layouts/_notifications.html.erb 0 → 100644
View
app/views/layouts/application.html.erb
View
app/views/paginable/notifications/_index.html.erb 0 → 100644
View
app/views/super_admin/notifications/_form.html.erb 0 → 100644
View
app/views/super_admin/notifications/edit.html.erb 0 → 100644
View
app/views/super_admin/notifications/index.html.erb 0 → 100644
View
app/views/super_admin/notifications/new.html.erb 0 → 100644
View
config/routes.rb
View
db/migrate/20180123161959_change_long_strings_to_text.rb
View
db/migrate/20180328115455_create_notifications.rb 0 → 100644
View
db/migrate/20180412092647_create_notification_acknowledgements.rb 0 → 100644
View
db/schema.rb
View
db/seeds.rb
View
lib/assets/javascripts/application.js
View
lib/assets/javascripts/views/super_admin/notifications/edit.js 0 → 100644
View
lib/tasks/notifications.rake 0 → 100644
View
test/functional/notifications_controller_test.rb 0 → 100644
View
test/unit/notification_test.rb 0 → 100644
View
test/unit/perm_test.rb
View
test/unit/user_test.rb