wordjelly-auth 1.1.9 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c42a092272dcecebcb9c5f277eb787c3c7ef9ab3
|
4
|
+
data.tar.gz: 99fa8856c5190308411e17fe33eceeda23e6db6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34a5426617603247d634b31ab22c5e91ad992925555ff32d95183430921feea2d102ebc27ca34bfa1db9a63f36c356216a88e6ecaef9b46448a2e17d3560d7c1
|
7
|
+
data.tar.gz: 701f931788735292d0c9faf7139cff73516091a9adae3496ae1430a5647605b07bebea06f1faa2b5bd6abe594747cadf225a650b54264f8c1f7f46ccf7980163
|
@@ -1,11 +1,7 @@
|
|
1
|
-
module Auth::Concerns::Work::
|
1
|
+
module Auth::Concerns::Work::CommunicationControllerConcern
|
2
2
|
|
3
3
|
extend ActiveSupport::Concern
|
4
4
|
|
5
|
-
included do
|
6
|
-
include Auth::Work::Instructions::InstructionsHelper
|
7
|
-
end
|
8
|
-
|
9
5
|
## at this stage all we will have is instantiations .
|
10
6
|
def get_parent_object(parent_object_class,parent_object_id)
|
11
7
|
|
data/lib/auth/version.rb
CHANGED