Can't get the 'Follow' button to work with Acts_As_Follower
问题 I'm using Acts_as_follower in a wishlist app I'm working on. I think it should be working, but the button to actually follow another user is not. The follow button is in my user index view, and I can see it there, but it doesn't respond to being clicked. Any help would be appreciated. Here's my code: index.html.erb <div class="container"> <% @users.each do |u| %> <div class="col-sm-8 col-lg-4"> <div id="gifts"> <div class="box panel panel-default"> <h2><%= link_to u.name, u %></h2> <p> <table