Sha256: 03de38abecf72fd7c5954b0706c8253de2a9ca3a42d6d1519467235bf59532b2
Contents?: true
Size: 562 Bytes
Versions: 20
Compression:
Stored size: 562 Bytes
Contents
<%= render(:super) %> <% # if we are currently editing a nested belongs_to association do not do any sorting stuff unless nested_singular_association? if ActiveScaffold.js_framework == :prototype %> <%= sortable_element_js(*sort_params) %> <% elsif ActiveScaffold.js_framework == :jquery reorder_params = {} reorder_params[:eid] = params[:eid] unless params[:eid].blank? %> <%= "ActiveScaffold.sortable('#{sort_params[0]}', #{controller_name.to_json}, #{reorder_params.to_json});".html_safe %> <% end if controller.send :successful? end %>
Version data entries
20 entries across 20 versions & 1 rubygems