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