We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3cda6 commit c60e174Copy full SHA for c60e174
1 file changed
app/controllers/users_controller.rb
@@ -23,9 +23,7 @@ def unfollow
23
end
24
25
def following
26
- puts "called"
27
@user = User.first(:username => params[:user_id])
28
- puts "@user: #{@user}"
29
30
31
def followers
0 commit comments