4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
= form_for(current_user.active_relationships.build) do |f|
|
|
%div= hidden_field_tag :followed_id, @profile.id
|
|
= f.submit "Follow"
|