web47core 3.2.19 → 3.2.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/core_flash_toast_helper.rb +1 -1
- data/lib/web47core/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d41028ccf3decd44bc3912fc64b5aaa4f7f9509f61c02f3a70d3f987d98db39
|
4
|
+
data.tar.gz: c1c2bea4ee8c3a722513224aad9c6a427af6f49708a86281e408318fa6b0d007
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8b9e08ed93158f1e0bb2483f1b35a12bb2dfc3b1a0da1165f343ddd8999cd8ce0eb22e3684df6c5ad380f804e3ca8d113186354d7463ef7cc42688041bcc15a
|
7
|
+
data.tar.gz: 666ba0669b49d26c9e35b3c2c116fb5ab55f53150a5768f37b12397c5e026426a8626acb88a5ed841afb14a6d41b674dac0766495f16b550ada489d922a8ff09
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# Helper methods for rendering the flash information received from the server and displaying it as toast messages
|
4
|
-
module
|
4
|
+
module CoreFlashToastHelper
|
5
5
|
# @abstract render the whole toast container if there are toast messages to render
|
6
6
|
# @return HTML - To render in the page
|
7
7
|
def toast_container
|
data/lib/web47core/version.rb
CHANGED