Sha256: e8cbbac7ebae6d18784c86c40b846af5cfcd872e131471a6488785d418b84533
Contents?: true
Size: 253 Bytes
Versions: 34
Compression:
Stored size: 253 Bytes
Contents
def destroy @<%= singular_name %> = <%= class_name %>.find(params[:id]) @<%= singular_name %>.destroy flash[:notice] = "Successfully destroyed <%= model_name.underscore.humanize.downcase %>." redirect_to <%= items_path('url') %> end
Version data entries
34 entries across 33 versions & 6 rubygems