Sha256: 99aedcdd94f3cce8d7f7efe99dff4dbe32a55437efda60fe936d0a0ae9e2a33d

Contents?: true

Size: 218 Bytes

Versions: 2

Compression:

Stored size: 218 Bytes

Contents

= simple_form_for @index, :validate => true, :html => { :multipart => true} do |f|
  = f.simple_fields_for :videos, @video do |video_form|
    = render "videos/form", :locals => {:f => video_form}
  = f.button :submit

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sbdevcore-0.2.2 app/views/videos/new.html.haml
sbdevcore-0.2.0 app/views/videos/new.html.haml