Sha256: 4089a003fdc43bf03f03f64684ab646fc670f98b508041f4f45eacdebd018bc8

Contents?: true

Size: 292 Bytes

Versions: 14

Compression:

Stored size: 292 Bytes

Contents

module FuturizeHelper
    def load_in_future_ajax_new(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

14 entries across 14 versions & 1 rubygems

Version Path
async_futurize-0.1.18 app/helpers/futurize_helper.rb
async_futurize-0.1.17 app/helpers/futurize_helper.rb
async_futurize-0.1.16 app/helpers/futurize_helper.rb
async_futurize-0.1.15 app/helpers/futurize_helper.rb
async_futurize-0.1.14 app/helpers/futurize_helper.rb
async_futurize-0.1.13 app/helpers/futurize_helper.rb
async_futurize-0.1.12 app/helpers/futurize_helper.rb
async_futurize-0.1.11 app/helpers/futurize_helper.rb
async_futurize-0.1.10 app/helpers/futurize_helper.rb
async_futurize-0.1.9 app/helpers/futurize_helper.rb
async_futurize-0.1.8 app/helpers/futurize_helper.rb
async_futurize-0.1.7 app/helpers/futurize_helper.rb
async_futurize-0.1.6 app/helpers/futurize_helper.rb
async_futurize-0.1.5 app/helpers/futurize_helper.rb