Sha256: 37e20a0b6ee35a9143086c90a2696d00495425526af13772f935c8a0d23c7a3f
Contents?: true
Size: 380 Bytes
Versions: 11
Compression:
Stored size: 380 Bytes
Contents
%h1== Edit #{@model_constant.to_s.titlecase} '#{@data_set.to_s}' = simple_form_for @model_constant.find(@data_set.id), :as => :data_set, :url => data_set_path(:model => params[:model], :id => @data_set.id), :multipart => true, :method => :put do |f| = render :partial => "form", :locals => { :f => f } = f.button :submit, "Update" | = link_to "Cancel", :back
Version data entries
11 entries across 11 versions & 1 rubygems