Sha256: 6c0eb1c55b8e5b96ab34c2cf3c1ddb67c9adb262f49072bd8bc3b8ae78f332ba
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
<%= f.error_messages %> <p> <%= f.label :name %><br /> <%= f.text_field :name %> </p> <p> Parent Model:<br /> <%= f.collection_select(:parent_model_id, ParentModel.all, :id, :name, { :prompt => true }) %> </p> <p> Second Parent Model:<br /> <%= f.collection_select(:second_parent_model_id, SecondParentModel.all, :id, :other_field, { :prompt => true }) %> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
view_mapper-0.3.4 | test/views/belongs_to/expected_templates/_form.html.erb |