RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: tyler6699
@Matthew Ford(Im sure you found this by now)
For anyone who followed the rails api gem cast you might have problems adding in the:
"authenticate_or_request_with_http_token"
To use this you will need to add this line:
include ActionController::HttpAuthentication::Token::ControllerMethods
@Matthew Ford(Im sure you found this by now)
For anyone who followed the rails api gem cast you might have problems adding in the:
"authenticate_or_request_with_http_token"
To use this you will need to add this line:
include ActionController::HttpAuthentication::Token::ControllerMethods