Skip to content

Commit de24fd5

Browse files
author
Joselito Tapangan
committed
Make few correctins when to load the default value of rails.
1 parent 63d1996 commit de24fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/stackify/authorization/authorizable.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module ClassMethods
1111
@@auth_client = nil
1212

1313
def authorize attempts=3
14+
Stackify::EnvDetails.instance.set_rails_info
1415
@@auth_lock.synchronize do
1516
return unless @@auth_client.nil?
1617
@@auth_client = Stackify::Authorizable::AuthorizationClient.new

0 commit comments

Comments
 (0)