authentasaurus 0.5.6 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,8 @@ module Authentasaurus::Models::Area
3
3
  base.send :extend, ClassMethods
4
4
  base.send :include, InstanceMethods
5
5
 
6
+ base.send :unloadable
7
+
6
8
  base.send :has_many, :permissions, :dependent => :destroy
7
9
  base.send :has_many, :groups, :through => :permissions
8
10
 
@@ -3,6 +3,8 @@ module Authentasaurus::Models::Permission
3
3
  base.send :extend, ClassMethods
4
4
  base.send :include, InstanceMethods
5
5
 
6
+ base.send :unloadable
7
+
6
8
  base.send :belongs_to, :group
7
9
  base.send :belongs_to, :area
8
10
 
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: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 6
10
- version: 0.5.6
9
+ - 7
10
+ version: 0.5.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-08-03 00:00:00 +03:00
21
+ date: 2010-08-04 00:00:00 +03:00
22
22
  default_executable:
23
23
  dependencies: []
24
24