effective_messaging 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/admin/chats/_form_chat.html.haml +1 -1
- data/lib/effective_messaging/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: c4b70490443e61bf4ce7468fc05d435f9026a65679f5b5a25c066d2eecff1fa6
|
4
|
+
data.tar.gz: f16f310daf99444b606238ac3fe36b1e1f8eef83b1699583d1899838f503ad03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94cb5ead9ad7a26b4d1d586d304a4e7aee4896e9b24ece8856342a147acb009de016acb73091cd3e5364d4ddc01250b061f2ff9daab776ef418902ad0918b94a
|
7
|
+
data.tar.gz: e6089fd230b81f137f8d73247f9ce4af5fce9ab17ed6a9b989b10f01ad82318884e197c024dbffbaf49a4e839656edbe59d8f76c160c24c9fb00a9004e764de5
|
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
= f.hidden_field :user_type, value: current_user.class.name
|
11
11
|
|
12
|
-
- ajax_url = (
|
12
|
+
- ajax_url = (effective_resources.users_effective_ajax_index_path unless Rails.env.test?)
|
13
13
|
|
14
14
|
= f.select :user_ids, current_user.class.all, required: true, label: ets(chat.chat_users),
|
15
15
|
ajax_url: ajax_url, hint: "The users that can participate in this #{etd(f.object)}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: effective_messaging
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code and Effect
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|