diff options
author | Eugen <eugen@zeonfederated.com> | 2017-04-10 23:45:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-10 23:45:29 +0200 |
commit | 2810013b933bceb2a7c1d1b8b10d2714c39d1e15 (patch) | |
tree | 07b24c54c1137b65f813b3033448b17e6a580f9d /Gemfile | |
parent | 0687ab8ae3c2573ba2aa1d37f62e3583d0c7ab01 (diff) |
API param to exclude notification types from response (#1341)
* Add exclude_types param to /api/v1/notifications * Exclude notification types in web UI through exclude_types in the API
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 8810c83de..078ac5806 100644 --- a/Gemfile +++ b/Gemfile @@ -68,6 +68,7 @@ end group :test do gem 'faker' + gem 'rails-controller-testing' gem 'rspec-sidekiq' gem 'simplecov', require: false gem 'webmock' |