Displaying 1 result from an estimated 1 matches for "permalink_for_user_1".
2007 Dec 12
1
why is authenticate_with_http_basic undefined?
...hemselves != false)
return true
else
request_http_basic_authentication
return false
end
end
I get a NOMETHODERROR
undefined method `request_http_basic_authentication'' for
#<OrdersController:0x478cc5c>
when i tried this url
http://localhost:3001/v1/users/permalink_for_user_1/orders
if i remove the filter , etc i can use this link which is of course
bad cause i also can see teh data when i am not the authenticated
user.
Please help.
Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Group...