#note_form = form_for @note, :remote => true do |f| =f.hidden_field :topic_id =f.text_area :message, :class => "markdown" = f.submit 'Ajouter !'