mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-02-28 16:53:23 -05:00
WTF? Is this needed? Commenting this out for now
users#checkout copy pasta perhaps?
This commit is contained in:
parent
4b5133fd02
commit
f17eba810e
@ -16,6 +16,8 @@ class Api::V1::UsersController < Api::V1::BaseController
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
=begin Is this here by accident? Commenting out for now (1/30/14)
|
||||||
def checkout
|
def checkout
|
||||||
#must use @current_user since user may not have signed in
|
#must use @current_user since user may not have signed in
|
||||||
if !@current_user.checked_in?
|
if !@current_user.checked_in?
|
||||||
@ -25,4 +27,5 @@ class Api::V1::UsersController < Api::V1::BaseController
|
|||||||
render :nothing => true, :status => 204 and return
|
render :nothing => true, :status => 204 and return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
=end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user