Sha256: b8d73295a52655284d76ea5b2738c848e0dd15818b4fc59891dd62edc4cda1d4
Contents?: true
Size: 557 Bytes
Versions: 87
Compression:
Stored size: 557 Bytes
Contents
<%%# Available locals: * <%= @ingredient_editor_local %> - An Alchemy::IngredientEditor instance Please consult Alchemy::IngredientEditor.rb docs for further methods on the ingredient object %> <%%= content_tag :div, class: <%= @ingredient_editor_local %>.css_classes, data: <%= @ingredient_editor_local %>.data_attributes do %> <%%= element_form.fields_for(:ingredients, <%= @ingredient_editor_local %>.ingredient) do |f| %> <%%= ingredient_label(<%= @ingredient_editor_local %>) %> <%%= f.text_field :value %> <%% end %> <%% end %>
Version data entries
87 entries across 87 versions & 1 rubygems