app/views/ties/_new.html.erb in social_stream-0.3.6 vs app/views/ties/_new.html.erb in social_stream-0.4.0

- old
+ new

@@ -6,11 +6,12 @@ :alt => @tie.receiver_subject.name), @tie.receiver_subject %> </div> <div class="activity_add_ties"> <div><%= t('message.one')+":" %><br /> - <%= form_for @tie, - :remote => true do |f| %> + + <%= form_for @tie do |f| %> + <%= f.hidden_field :receiver_id %> <%= f.hidden_field :sender_id %> <%= f.text_area :message, :class =>"input_new_tie" %> <%= f.select :relation_name, @tie.sender.relations.sort.map{ |r| [ r.name, r.name ] } %>