bsm-sso-client 0.7.9 → 0.7.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,9 +5,12 @@ rescue LoadError => e
|
|
5
5
|
raise
|
6
6
|
end
|
7
7
|
|
8
|
-
|
8
|
+
module Bsm::Sso::Client::AuthorizedController
|
9
|
+
extend ActiveSupport::Concern
|
9
10
|
|
10
|
-
|
11
|
+
included do
|
12
|
+
before_filter :authorize_inherited_resource!
|
13
|
+
end
|
11
14
|
|
12
15
|
protected
|
13
16
|
|