tranzito_utils 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3faa67b639b33c1c1cbb2f8d65b5f1d4f79820781ff7c286a054d017dbce00e3
4
- data.tar.gz: cedce42eaea116b806a5b2a09a259c914ad181087a41929c0396489827d82489
3
+ metadata.gz: a3571038d10e332b0188ba251d0a32d3bb24b5e0fede803e3b51fc76ecb4fb75
4
+ data.tar.gz: a1d23364e1e3b6fcd89ade8be51aed3fde252d1b9cf7ae477a7496beb02b0c32
5
5
  SHA512:
6
- metadata.gz: 8681efed6dd8c0cba41a871936b1a55bf9e7593cc61e90443b994ae80e535a9690d855609f48cd5a961b1430e68e1d96d42277732143bffd1ac6670543af5857
7
- data.tar.gz: 24262cc48e9b4c9e70319bf723d7b4c8c7280b752c70d76d17d338ce13332936f955174328f109bfe43eea3c9bb0fea9e5c1a5632e2ea162799302638f0c0e98
6
+ metadata.gz: 01f09f346da17b2bb3f3ae265fbe2f66d651e29487cc2f59909c2bb4ce4b35f10a34c7c2604aeb0c4db63f23b6f1a53c230a2b5367d0d5fb4fbd3a7951135215
7
+ data.tar.gz: 80da604cb6f5390c990110b3ed18853cbb3e8d9032b35bf035e329fba02466ba0fd84a0638b8a06a5011a56ccfcddfe2838a5c8bcaa4cea86cd971902db42c1e
data/README.md CHANGED
@@ -76,6 +76,14 @@ For gems helpers, you need to add this into your `application_helper.rb` file.
76
76
  ```
77
77
  include TranzitoUtils::Helpers
78
78
  ```
79
+
80
+ ### Flash Message
81
+
82
+ You can include the flash messages into your application by add it's partial in your layouts file.
83
+
84
+ ```
85
+ render partial: "/tranzito_utils/flash_messages"
86
+ ```
79
87
  ### Assets
80
88
 
81
89
  To include the styles from the gem you need to add this into your application.scss, this will include the compiled CSS into your application.