GET /igrades/1 GET /igrades/1.xml
[Source]
# File app/controllers/__studentassignments_controller.rb, line 5 5: def summary 6: @igrade = Igrade.find(params[:id]) 7: 8: respond_to do |format| 9: format.html # show.html.erb 10: format.xml { render :xml => @igrade } 11: end 12: end
[Validate]