You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can this Github repos be turned into gem? Now I only seem to find the 1.0.4 version :(
Also I get a 'nil.params?' error when using in console / test.
Please see below for fix:
# This fixes the following error:
# You have a nil object when you didn't expect it!
# The error occurred while evaluating nil.params
module AuthlogicOpenid
module ActsAsAuthentic
module Methods
def openid_complete?
session_class.controller && session_class.controller.params[:open_id_complete] && session_class.controller.params[:for_model]
end
end
end
end
The text was updated successfully, but these errors were encountered:
Can this Github repos be turned into gem? Now I only seem to find the 1.0.4 version :(
Also I get a 'nil.params?' error when using in console / test.
Please see below for fix:
The text was updated successfully, but these errors were encountered: