authentasaurus 0.5.7 → 0.5.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -68,8 +68,8 @@ module Authentasaurus::PermissionsController
|
|
68
68
|
end
|
69
69
|
|
70
70
|
def destroy
|
71
|
-
@
|
72
|
-
@permission.destroy
|
71
|
+
@permission = Permission.find params[:id]
|
72
|
+
@permission.destroy
|
73
73
|
|
74
74
|
respond_to do |format|
|
75
75
|
format.html { redirect_to :action=>:index }
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: authentasaurus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 8
|
10
|
+
version: 0.5.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Omar Mekky
|