jungle_path 0.0.25 → 0.0.26

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: 440a797c2885b33502affa5f5e4e7e8ebef21aa4
4
- data.tar.gz: fe40ff04deb56cc73f4fcb2b20114441c65969c7
3
+ metadata.gz: 904379e3a44b16ccdfc5912dc44412eca541f7df
4
+ data.tar.gz: 4b16203b5849b6a945f1d8bc48f1f14ba5ff10dd
5
5
  SHA512:
6
- metadata.gz: 27dfaf8f7c75798e2078ef08c6f4bb926dd4ed2a36198cc1095e478f124de7e6b84d059265934a1a80b91de6e5f661d0124f1ec191d84f92936c9f4573f10d5c
7
- data.tar.gz: 2a851cc573804b28aae727b90c4cdf57e44b9ba6d6a92eede83aa6e5ae930761f87f054e069c0b0a13b4605a0b66754644216233acd27684a26381363285d363
6
+ metadata.gz: 09ecc008c01f0fc7b271e262993d382fa97bb6dcab858b1bac06e388b6ddbfc65586f951a6299b7107b0b3bab97d63129b924b36af4a024174ff6b2d362ee833
7
+ data.tar.gz: 9c3984454157f8ae6dc303f22eec3d28d0a02cf2feeb910191c312263594feb70c2d6aa5d2f5c0da1ad6763efc584bdb68c7e080dfdbe8409f6d223ed0e43cbe
@@ -6,6 +6,9 @@ require_relative '<%= schema_require_relative %>'
6
6
  module <%= controller_name_space %>
7
7
  <% for table in tables %>
8
8
  class <%= table.name.split('::').last %> < JunglePath::Controller::Base
9
+ def self.table_class
10
+ <%= table.name.to_s %>
11
+ end
9
12
  def initialize(current_user, current_key, params, db)
10
13
  super(current_user, current_key, params, db, <%= table.name.to_s %>)
11
14
  end
@@ -1,3 +1,3 @@
1
1
  module JunglePath
2
- VERSION = '0.0.25'
2
+ VERSION = '0.0.26'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jungle_path
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael VanZant