Sha256: fca46ad2d08067c14fdefa570ce9538c59cdf77e4ad2d89ec34638dad2be5ba5
Contents?: true
Size: 545 Bytes
Versions: 1
Compression:
Stored size: 545 Bytes
Contents
<% resource = (@_effective_resource || Effective::Resource.new(controller_path)) %> <% @resource = instance_variable_get('@' + resource.name) if resource.name %> EffectiveForm.remote_form_payload = "<%= j render_resource_form(@resource, action: action) %>"; EffectiveForm.remote_form_flash = <%= raw flash.to_json %>; <% if @resource.respond_to?(:refresh_datatables) && @resource.refresh_datatables.present? %> EffectiveForm.remote_form_refresh_datatables = <%= raw Array(@resource.refresh_datatables).uniq.compact.map(&:to_s) %>; <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
effective_resources-1.2.0 | app/views/application/member_action.js.erb |