Sha256: 8b7a8845c8903722fb524a65ae5f0eb3a6f9f4f9392afcf64ac78d887aba0323
Contents?: true
Size: 230 Bytes
Versions: 12
Compression:
Stored size: 230 Bytes
Contents
def edit @<%= singular_name %> = <%= class_name %>.find(params[:id]) respond_to do |wants| wants.html <%- if options[:ajaxify] %> wants.js { render :action => "dialog" } <%- end %> end end
Version data entries
12 entries across 12 versions & 1 rubygems