forest_liana 9.12.1 → 9.12.2

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
  SHA256:
3
- metadata.gz: a205f59494a1a151c8bb1a5be912905bf7f1c9242136ae63de22f0372f7268bf
4
- data.tar.gz: ddba735dde964ffe46c0dc2907edd065e707a3d63d8283f25b2155c903d3eeb5
3
+ metadata.gz: 758e323d04ac55ca40f00c3d77ccff83f2b12609ee13d82e9dba8bc785b8ed98
4
+ data.tar.gz: 5cd38330c38e58fa252d160d52cdf0635116f75bb99112886991380bf35ea72c
5
5
  SHA512:
6
- metadata.gz: eaaf6fbca9592c4853bcdfa2ec6c5983ee0f468fd62d36aab03cf55dc865a7ae7195c079b8d05a185c174a81cadb834f87e7ff85c69f489336a58ceb65c76559
7
- data.tar.gz: 3f2dc59f88da2c969f8cf865809232d0b58988cf1f395d59837b2df0d3ef094854274e82eca82c3432d8672d9a1c760dc0204c86347cbdff3ae5304b5f555323
6
+ metadata.gz: 7289eb530fb56e1c0f1a70c25b61c3ed92d69fbc34fc437e730e7ece1a63e973f84b257fbb26543e9dd18405890e00dc5c6365efcccbc742e644c560fee07ef1
7
+ data.tar.gz: fb211dc081537bb5d8a8900867cc5264c74829b0a83e31f0a378d270f3b2dd0c73c5f05e3088da1919922517951ee274b9c67a6f422fe312d6e2dcdc6799e788
@@ -118,7 +118,9 @@ module ForestLiana
118
118
 
119
119
  if ret[:href].blank?
120
120
  begin
121
- if @options[:include].try(:include?, attribute_name.to_s)
121
+ if @options[:include].try(:include?, attribute_name.to_s) &&
122
+ !SchemaHelper.is_smart_field?(object.class, attribute_name.to_s)
123
+
122
124
  object.send(attribute_name)
123
125
  end
124
126
 
@@ -1,3 +1,3 @@
1
1
  module ForestLiana
2
- VERSION = "9.12.1"
2
+ VERSION = "9.12.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_liana
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.12.1
4
+ version: 9.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Munda