We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d1996 commit de24fd5Copy full SHA for de24fd5
lib/stackify/authorization/authorizable.rb
@@ -11,6 +11,7 @@ module ClassMethods
11
@@auth_client = nil
12
13
def authorize attempts=3
14
+ Stackify::EnvDetails.instance.set_rails_info
15
@@auth_lock.synchronize do
16
return unless @@auth_client.nil?
17
@@auth_client = Stackify::Authorizable::AuthorizationClient.new
0 commit comments