Skip to content

Instantly share code, notes, and snippets.

@JonasNielsen
Created February 27, 2010 20:02
Show Gist options
  • Save JonasNielsen/316911 to your computer and use it in GitHub Desktop.
Save JonasNielsen/316911 to your computer and use it in GitHub Desktop.
- remote_form_for :topic, :url => topics_path(:topic), :html => {:id => 'topic_form'} do |f|
= f.hidden_field :slideshow_id, :value => slideshow_id
= f.label :title
= f.text_field :title
%br/
= f.submit 'Add Topic'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment