Joined January 2015
·

Philip Champon

Brooklyn, NY
·
·

Using rails 4.1.5, if: doesn't work, I had to

protect_from_forgery with: :null_session, only: Proc.new { |c| c.request.format.json? }
Achievements
1 Karma
0 Total ProTip Views