Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created May 20, 2011 04:39
Show Gist options
  • Select an option

  • Save meltzerj/982365 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/982365 to your computer and use it in GitHub Desktop.
53: <div id="showable_video_div">
54: <%= form_for [@video, @video.showable_videos.new ], :url => showable_videos_path, :remote => true do |f| %>
55: <%= f.hidden_field :video_id, :value => @video.id, :id => "video_id_field" %>
56: <%= f.text_field :user, :class => "showable_field" %>
57: <% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment