5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
= form_for(current_user.active_relationships.build) do |f|
|
|
%div= hidden_field_tag :followable_id, @followable.id
|
|
%div= hidden_field_tag :followable_type, @followable.class.to_s
|
|
= f.submit "Follow"
|