Browse Source

WTF? Is this needed? Commenting this out for now

users#checkout  copy pasta perhaps?
denney-fix-saving-dates
Jason Denney 11 years ago
parent
commit
f17eba810e
  1. 3
      app/controllers/api/v1/users_controller.rb

3
app/controllers/api/v1/users_controller.rb

@ -16,6 +16,8 @@ class Api::V1::UsersController < Api::V1::BaseController
end
end
=begin Is this here by accident? Commenting out for now (1/30/14)
def checkout
#must use @current_user since user may not have signed in
if !@current_user.checked_in?
@ -25,4 +27,5 @@ class Api::V1::UsersController < Api::V1::BaseController
render :nothing => true, :status => 204 and return
end
end
=end
end

Loading…
Cancel
Save