devise: methods of current_user

Can I apply method calls to current_user directly like current_user.pictures instead of @user=User.find(current_user.id); @user.picures

Why not try and see if it works?