comfy-admin-constructor 0.3.5 → 0.3.6

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 = "0.3.5"
4
+ VERSION = "0.3.6"
5
5
  end
6
6
  end
7
7
  end
@@ -1,4 +1,4 @@
1
- class <%= admin_prefix %>::<%= plural_class_name %>Controller < CmsAdmin::BaseController
1
+ class <%= admin_prefix.underscore.humanize.downcase.titleize.pluralize %>::<%= plural_class_name %>Controller < CmsAdmin::BaseController
2
2
 
3
3
  before_filter :load_<%= class_name.underscore.downcase %>, :except => [ :index, :new, :create ]
4
4
  before_filter :build_<%= class_name.underscore.downcase %>, :only => [ :new, :create ]
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: 0.3.5
4
+ version: 0.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: