comfy-admin-constructor 0.4.4 → 0.4.5

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.4.4"
4
+ VERSION = "0.4.5"
5
5
  end
6
6
  end
7
7
  end
@@ -50,7 +50,7 @@ class CmsAdminGenerator < Rails::Generators::Base
50
50
  namespaces = [admin_prefix, class_name.underscore.downcase.pluralize]
51
51
  resource = namespaces.pop
52
52
  route namespaces.reverse.inject("resources :#{resource}, :except => [:show]") { |acc, namespace|
53
- "namespace(:#{namespace.underscore}, :path => '#{namespace}'){ #{acc} }"
53
+ "namespace(:#{namespace.underscore}, :path => '#{namespace}'){#{acc}}"
54
54
  }
55
55
  end
56
56
 
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.4.4
4
+ version: 0.4.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: