Poncio
Results
1
issues of
Poncio
hello. First of all I want to say that the gem is fantastic. Here is my configuration. ``` ruby class FollowsController < ApplicationController def create @user = User.find(params[:user_id]) current_user.follow(@user) end...