thecore_api 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1647e0a290ac31aeffd74c04ab98779a450bd56b206f84c03771e0a01048b45c
4
- data.tar.gz: d8138ebd44e57b19852bc2e76375ed78468df4517c9dd66e162818803b38d374
3
+ metadata.gz: ec9b4d07a40576be485a4389ef6c4d8c159ea203dd359581e76f35c1a67a84bb
4
+ data.tar.gz: a52ad1a7f889d4b970256c69429621d0bb64610b5ac0a8c988c23db21c3063cb
5
5
  SHA512:
6
- metadata.gz: 82a7e51dbf7bd638723e8dece2b9495811c5315a7205e2467240838cae746a4891aab2fd0cde06da84b88c70840fee46a78f9d1e354b54726c0f3dcd39db2df6
7
- data.tar.gz: 5304aab526daf6bb680543e6d6c41834341b32fded180c45e3b9591a3a1b484eb661f9048025cbea7d63fc6a0423381c52a05b62365556a8f83ebe363b28e5ce
6
+ metadata.gz: 8554114d6c6955f2ff2a60162e598b3679edf9e7634b1432bf815cbe84493d8eb96072a6fc53da3852e339d7bc22607628d7064fb82643c94e2c5d83e10a4ce1
7
+ data.tar.gz: 519fbc46a20ea3dea90a25cb1315d8e77d1b5d5877a651b33b876f646d63b34ef2f071361c3cb0744c28c7b69b62901993775b6a455aabb94703077934507395
@@ -179,7 +179,7 @@ class Api::V1::BaseController < ActionController::API
179
179
  end
180
180
  end
181
181
 
182
- private
182
+ # private
183
183
 
184
184
  def find_record
185
185
  # find the records
@@ -192,7 +192,7 @@ class Api::V1::BaseController < ActionController::API
192
192
  end
193
193
 
194
194
  def request_params
195
- # Rails.logger.debug "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO: #{controller_name.to_sym}"
195
+ Rails.logger.debug "OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO: #{controller_name.to_sym}"
196
196
  params.require(controller_name.singularize.to_sym).permit!
197
197
  end
198
198
  end
@@ -1,3 +1,3 @@
1
1
  module ThecoreApi
2
- VERSION = "1.2.6".freeze
2
+ VERSION = "1.2.7".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni