Sha256: f69e6c06535870b69a5472d2c1f7b41ea4f2950b42afe47ca28b7f0541dbe0ad
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
module FuturizeHelper def load_in_future_ajax(component,component_params = {},component_attributes = {}) render :partial => './futurize_partial_ajax', :locals => { component: component, component_params: component_params, component_attributes: component_attributes } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
async_futurize-0.1.4 | app/helpers/futurize_helper.rb |
async_futurize-0.1.3 | app/helpers/futurize_helper.rb |