app/controllers/auth/profiles_controller.rb in wordjelly-auth-1.4.8 vs app/controllers/auth/profiles_controller.rb in wordjelly-auth-1.4.9
- old
+ new
@@ -1,7 +1,7 @@
class Auth::ProfilesController < Auth::ApplicationController
- respond_to :json, :html, :json
+ respond_to :json, :html
CONDITIONS_FOR_TOKEN_AUTH = [:get_user_id,:show,:update,:set_proxy_resource, :edit]
TCONDITIONS = {:only => CONDITIONS_FOR_TOKEN_AUTH}