tramway-profiles 1.4.1.2 → 1.4.1.4

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: b53990a9f09b69e751c030d8762b333f58a17591bda4813158402b44a3262fbc
4
- data.tar.gz: 779c9ee8e1cbaa2755e790db4fe4c95ce06787568ca47f2b529c3c4d31349cea
3
+ metadata.gz: 2f09d03d8c79a14c3730da07a637e8325f34a29e552d99f557f7ff09f2cc3b92
4
+ data.tar.gz: '00449a9d104925e552ba8a82d96f7d37b2ccd7af6ed9d1ebcc41a7d6b1f0fa39'
5
5
  SHA512:
6
- metadata.gz: 4961e45e38fd95fb130814dadec7259d276b497be8fc8f6accb9bd6d068b456d767020487f01b91fe4d8f97ed78545877e83712b8d91db05bae5ee922b46b718
7
- data.tar.gz: 940fbfa98b66aaf84e6b055ef2a6d908c3bae98a2c8d5cf901e6b998ce7b1aac2ba098c5728381850eaa80c667af80f54eb42b238ae3bd852f2478ce829249c4
6
+ metadata.gz: 6ac8e77f169d8651305a4b1a5812c6e10fe986f8ead6ba76093d7123a73c68cc068739e553054ca5294af72cc4552e1ce1090ade38ad61d36674a595137745a2
7
+ data.tar.gz: 802312b00b2b72258b393e8a9d5558062d6ef17d58b41150c2e5e75f06fba225f7bd7a3e32e443c87f19ac0c2fd7766b3c70d0da504764c8267d74845ae6c970
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- class Tramway::Profiles::SocialNetwork < ::Tramway::ApplicationRecord
3
+ class Tramway::Profiles::SocialNetwork < Tramway::ApplicationRecord
4
4
  belongs_to :record, polymorphic: true, required: false
5
5
 
6
6
  enumerize :network_name, in: %i[vk facebook twitter instagram telegram patreon]
@@ -1,3 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- ::Tramway.set_available_models(::Tramway::Profiles::SocialNetwork, project: :profiles)
3
+ Rails.application.config.after_initialize do
4
+ Tramway.set_available_models(
5
+ [
6
+ Tramway::Profiles::SocialNetwork
7
+ ], project: :profiles
8
+ )
9
+ end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Profiles
5
- VERSION = '1.4.1.2'
5
+ VERSION = '1.4.1.4'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-profiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1.2
4
+ version: 1.4.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-16 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for social networks profiles
14
14
  email: