Skip to content

Commit

Permalink
removed binding.pry
Browse files Browse the repository at this point in the history
  • Loading branch information
Panioglo committed Nov 29, 2015
1 parent 7a90801 commit 7bb3ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/api/v1/members_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ def index
end

def create
binding.pry
if !website_member[:token].blank?
WebsiteMember.find_by_invitation_token(website_member[:token]).update_attributes(:member_id => Member.find_by_email(website_member[:email]).id)
else
Expand Down

0 comments on commit 7bb3ce2

Please sign in to comment.