fast_crud 0.1.10 → 0.1.11

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: 63e809d8d7c1e9ca527c74d13fdb389f3014fd74
4
- data.tar.gz: 07086a60b974c1be5b34d000ad0fd18ca578688f
3
+ metadata.gz: ba01b73482c603ee5b26b273b2e0138b8ffc981d
4
+ data.tar.gz: bc61698d26b9a48af7378ee94234dc35ecf091f4
5
5
  SHA512:
6
- metadata.gz: f2d9e2dd3610fb95971f40f6b9095cb0636869e39c473dc0d0de86af1e115ab003e7762b7d31cab713ba98d7b9ed98768c7d9d5998695562105e1739893a0bbb
7
- data.tar.gz: dbd4f202e38656b2b681cfbf2fd0637b153c9e95ea8ba052fdf03fcde3beb2aeeb4f2b43bafbf1a8d8c7bcce99d2cc77e37bb475c2325a11622b578947cdbb97
6
+ metadata.gz: aa674942c1694bb4c88869b6ba6fbf4f503317162af73bab12f6d0f6996a2ce1f339933d55dc7fd0148f9e9491e3d6a2c18e18a6fc1576e8c3a1d487349f1baa
7
+ data.tar.gz: 38f1d19c83cf950b041b329b304b8e2aacfbfdba370e7d5dabe12a8323582202273f4ca6d085817e0bdb8f8a368349152cc943755269926e5178cc07783a228e
@@ -5,7 +5,7 @@ require 'fast_crud/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fast_crud"
8
- spec.version = '0.1.10'
8
+ spec.version = '0.1.11'
9
9
  spec.authors = ["lou"]
10
10
  spec.email = ["louguenier@gmail.com"]
11
11
 
@@ -51,7 +51,7 @@ module FastCrud
51
51
 
52
52
  private
53
53
  def model
54
- controller_name.classify
54
+ controller_name.classify.constantize
55
55
  end
56
56
  end
57
57
  end
@@ -1,3 +1,3 @@
1
1
  module FastCrud
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_crud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - lou