Sha256: 2fb08f4bc948d609d198ad4c4b2aa8e1f7b95d71755fdc871f1866cec6896643
Contents?: true
Size: 340 Bytes
Versions: 4
Compression:
Stored size: 340 Bytes
Contents
= simple_form_for [:vision, resource], :html=>{:class=>"form form-horizontal"} do |f| = f.input :name, :input_html=>{:class=>"input-xxlarge"} = f.input :description, :input_html=>{:class=>"redactor input-xxlarge"} - associations(:belongs_to).each do |assoc| = f.association assoc.name.to_sym = f.submit :class=>"btn btn-success"
Version data entries
4 entries across 4 versions & 1 rubygems