zoo-generators 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  = semantic_form_for <%= item_path instance_variable: true %> do |f|
2
- = f.error_messages
3
- <%- for attribute in model_attributes -%>
4
- = f.inputs do
2
+ = f.error_messages
3
+ = f.inputs do
4
+ <%- for attribute in model_attributes -%>
5
5
  =f.input :<%= attribute.name %>
6
6
  <%- end -%>
7
7
  = f.submit
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zoo-generators
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mikael Henriksson