0
我試圖讓基本HttpAuthentication要求 I型rails c
和類型:NameError:未定義的局部變量或方法'請求」主:對象試圖使基本HttpAuth要求
env['HTTP_AUTHORIZATION'] = ActionController::HttpAuthentication::Basic.encode_credentials(user,pw)
我也得到一個錯誤 NameError: undefined local variable or method
ENV」主:對象 `
在大寫'ENV'中輸入'env' – Deep