exvo_notifications 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module ExvoNotifications
3
3
 
4
4
  unloadable
5
5
 
6
- before_filter :authenticate_app_in_scope!("notifications")
6
+ before_filter { |controller| controller.authenticate_app_in_scope!("notifications") }
7
7
 
8
8
  def create
9
9
  user = User.find_or_create_by_uid(params[:user_uid])
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exvo_notifications
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 8
10
- version: 0.2.8
9
+ - 9
10
+ version: 0.2.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Robert S\xC4\x99k"