tramway-conference 1.9.5.6 → 1.9.5.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/initializers/tramway.rb +23 -17
- data/lib/tramway/conference/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: 8616a1fc3edfc883029c853f93bfeb86fd8d00c6df46ec332823d95ce250c15a
|
4
|
+
data.tar.gz: c75f2e3c85dd58f21ee07c8da78b74e199f4ba76414f871becb54d5467f9f702
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8877ad85dc255486546a88daebc7ffe8e5164d48c1e3c2a4e230510bb72e046320097101369760119da08c8a72ca66c46f0dd142f68f520d69e695b35caf76b
|
7
|
+
data.tar.gz: 3d4e41438b46ac001211f5af9591951401181dede716bf0f300b5b34481ff62754a4eb7e439c34c6c6b950e022fa4a9cbe74e88d411c68e4636f4ab801512f57
|
@@ -1,20 +1,26 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
3
|
+
Rails.application.config.after_initialize do
|
4
|
+
Tramway.root_path_for Tramway::User => '/admin'
|
5
|
+
Tramway.set_singleton_models Tramway::Conference::Unity, project: :conference
|
6
|
+
Tramway.set_available_models(
|
7
|
+
[
|
8
|
+
Tramway::Event::Event,
|
9
|
+
Tramway::Event::ParticipantFormField,
|
10
|
+
Tramway::Event::Participant,
|
11
|
+
Tramway::Event::Section,
|
12
|
+
Tramway::Event::Person,
|
13
|
+
Tramway::Event::Partaking,
|
14
|
+
Tramway::Event::Place,
|
15
|
+
Tramway::Event::Action,
|
16
|
+
Tramway::User,
|
17
|
+
Tramway::Profiles::SocialNetwork
|
18
|
+
],
|
19
|
+
project: :conference
|
20
|
+
)
|
21
|
+
Tramway.initialize_application model_class: Tramway::Conference::Unity
|
22
|
+
Tramway::Landing.head_content = lambda do
|
23
|
+
concat stylesheet_link_tag 'tramway/conference/application', media: 'all'
|
24
|
+
concat javascript_include_tag 'tramway/conference/application'
|
25
|
+
end
|
20
26
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-conference
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.9.5.
|
4
|
+
version: 1.9.5.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Korotin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2023-
|
12
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Engine for Conference web sites
|
15
15
|
email:
|