infopark_fiona_connector 7.0.1.5.2.3.rc6 → 7.0.1.5.2.3.rc7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_connector/cms_base_model.rb +10 -0
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef55644ffd576bf27b47213c916b49e49beb437ee54492e673964c49497e5d9d
|
4
|
+
data.tar.gz: 8c0e1c5bc868af60dcb579765fbe30beb2ba35d4204ab311536b6397dba945f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e6e8faa9a5a405a26201c8595ab2ebaa40f4118126d5009ac99f5726b1f4b7d02fdbb63c2da9c5e6e49b37f7b11500f09504c18c767ec7dcb233a9b43064868
|
7
|
+
data.tar.gz: ee9174b36b7dd2372447d3f091bdce47f0e8ffedcef9d92bbd8c9a12cbca546c52b7172ef1cc1ef65c69eee63bc4c035bb3aad542a527d19fd31d85cbd1aa9f5
|
@@ -37,6 +37,16 @@ module RailsConnector
|
|
37
37
|
true
|
38
38
|
end
|
39
39
|
|
40
|
+
def attribute_for_inspect(attr_name)
|
41
|
+
value = read_attribute(attr_name)
|
42
|
+
|
43
|
+
if value.is_a?(RailsConnector::LinkList)
|
44
|
+
value.destination_objects.map(&:to_s)
|
45
|
+
else
|
46
|
+
super
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
40
50
|
class << self
|
41
51
|
# The prefix of the table name is determined by using the instance name followed by an underscore.
|
42
52
|
# Set the instance_name in your environment to the CMS instance name (defaults to 'default').
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: infopark_fiona_connector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0.1.5.2.3.
|
4
|
+
version: 7.0.1.5.2.3.rc7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Infopark AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|