Remco Swoany wrote in post #1025137:
> tried this:
>
> f.inputs "Appartment Details" do
> f.input :assets do |asset_fields|
> asset_fields.file_field.input :asset, :as => :file
> end
> end
>
> there is no upload button available. What i am doing wrong?
You need to include f.buttons in order to be able to submit, so...
f.inputs "" do
f.input do ||
...
end
f.buttons
end
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.