Sha256: 9ca243cc39d36f648cb4d241cc01cb52e4b86a80a6014691fd81cca13d85dd88

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

<% content = capture do
	fields_for("#{params[:form_name]}[context_attributes][#{Time.now.to_i}]", @context) do |child|
		context_field_item(child.object, child)
	end
end %>
jQuery('#context_list').trigger("context:added", ["<%= escape_javascript(content.html_safe) %>", "<%= @context.class.name.underscore %>"]);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transit-0.0.2 app/views/transit/contexts/new.js.erb