async_futurize 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/futurize_helper.rb +1 -1
- data/lib/async_futurize/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: d391fed07f9c09a30470bf1a4c7fbb947f796b9b8f704a3194668b2ef7f97f58
|
4
|
+
data.tar.gz: 7160498ce6d969cc8e24dee4aada92d0785d6a86e11f2f1e502ee801b622275a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c1d8a2470e4f1c6ad566224cf2dd479ab89f4aedcce32e25f3b4925b1edde97724bb2e735490a9492948082fd6ad03cb676933e61acd2450066be19f64edd2f
|
7
|
+
data.tar.gz: c3548f24edf702bf2ac9e3afd17074ed9b7e79a34c25923ac4d86b7bc6d618dad04eb814cc04cda63cf8fbb6c783de2fd969ac4cacc821aafc95f8e6568d1a1b
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module FuturizeHelper
|
2
|
-
def
|
2
|
+
def load_in_future_ajax_new(component,component_params = {},component_attributes = {})
|
3
3
|
render :partial => './futurize_partial_ajax', :locals => { component: component, component_params: component_params, component_attributes: component_attributes }
|
4
4
|
end
|
5
5
|
end
|