zoo-generators 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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