cambium 1.1.3 → 1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fb9056c8f5580de9f2c0e97119c357a8b5e0803
4
- data.tar.gz: 22cc5c83964d3fc4c5f7ef3899b9002a23df6325
3
+ metadata.gz: e1663a3f0a7ad2688d2a012e2167e7f1cf99fe3d
4
+ data.tar.gz: aabed29bb2d314ef2ff7f3e80f189387c6c2e145
5
5
  SHA512:
6
- metadata.gz: 815883535736b9e8446e302b7803b95ef0d9c9e49d5b1164ca2c9708421551068bef28fa5227e1b95d19c68d2c078da58eae02fa4fcc10d5fa99df1330bc7e0b
7
- data.tar.gz: 160a8c3f5398c351aeafe57d98310524717ac595ebc2277bcb0a52e9d789c10347a56742eba002764f43c50ad145d5526d9d20272dfced29eb34d1189be264bd
6
+ metadata.gz: 05ee9ba0fdf109e56602234478aa60295292a3151b908613e82af3fb0f8496e6f7feb8575c03c96d57965648ed7ababad29b3b8ca10a6d2af74426c3ae69054f
7
+ data.tar.gz: 12928daddd40d73bd5e909d4465eb10287632d20369173166c81560b4a4e0f40e5401b2a4d62c1b1a7f08567b4d105078ec96ac076302e2d450dc00f83b710cc
@@ -225,9 +225,9 @@ module Cambium
225
225
  when :index
226
226
  begin
227
227
  main_app
228
- .polymorphic_path [:admin, obj.class.to_s.downcase.pluralize.to_sym]
228
+ .polymorphic_path [:admin, obj.class.to_s.tableize.pluralize.to_sym]
229
229
  rescue
230
- polymorphic_path [:admin, obj.class.to_s.downcase.pluralize.to_sym]
230
+ polymorphic_path [:admin, obj.class.to_s.tableize.pluralize.to_sym]
231
231
  end
232
232
  when :edit
233
233
  begin
@@ -1,3 +1,3 @@
1
1
  module Cambium
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cambium
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean C Davis