Sha256: 5cbf14ae0b70ecadf786548228925cabc77f9c4f8cb511cbb789237727d78401

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 :photos, @photo do |photo_form|
    = render "photos/form", :locals => {:f => photo_form}
  = f.button :submit

Version data entries

2 entries across 2 versions & 1 rubygems

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