comfy-admin-constructor 1.1.3 → 1.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
  module Comfy
2
2
  module Admin
3
3
  module Constructor
4
- VERSION = "1.1.3"
4
+ VERSION = "1.1.4"
5
5
  end
6
6
  end
7
7
  end
@@ -1,4 +1,4 @@
1
- <h1>New <%= class_name.underscore.humanize.downcase.titleize.pluralize %></h1>
1
+ <h1>New <%= class_name.underscore.humanize.downcase.titleize %></h1>
2
2
 
3
3
  <%%= comfy_form_for(@<%= class_name.underscore.downcase %>, :as => :<%= class_name.underscore.downcase %>, :url => {:action => :create}) do |form| %>
4
4
  <%%= render :partial => "form", :object => form %>
@@ -1,4 +1,4 @@
1
- %h1 New <%= class_name.underscore.humanize.downcase.titleize.pluralize %>
1
+ %h1 New <%= class_name.underscore.humanize.downcase.titleize %>
2
2
 
3
3
  = comfy_form_for(@<%= class_name.underscore.downcase %>, :as => :<%= class_name.underscore.downcase %>, :url => {:action => :create}) do |form|
4
4
  = render :partial => "form", :object => form
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfy-admin-constructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: