lib/authpds/controllers/authpds_controller.rb in authpds-0.0.7 vs lib/authpds/controllers/authpds_controller.rb in authpds-0.0.8
- old
+ new
@@ -64,10 +64,10 @@
def user_session_redirect_url(url)
(url.nil?) ? (request.referer.nil?) ? root_url : request.referer : url
end
def institution_param_key
- @institution_param_key ||= UserSession.insitution_param
+ @institution_param_key ||= UserSession.institution_param_key
end
end
end
end
end
\ No newline at end of file