This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def update | |
@instructor = Instructor.find(params[:id]) | |
respond_to do |format| | |
if @instructor.update_attributes(params[:instructor][course]) | |
flash[:notice] = 'Instructor was successfully updated.' | |
format.html { redirect_to(@instructor) } | |
format.xml { head :ok } | |
else | |
format.html { render :action => "edit" } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceroute has started ... | |
traceroute: Warning: google.com has multiple addresses; using 64.233.167.99 | |
traceroute to google.com (64.233.167.99), 64 hops max, 40 byte packets | |
1 * * * | |
2 gig10-0-2.ptldmeptl-rtr02.nyroc.rr.com (24.25.160.129) 6.173 ms 6.912 ms 4.960 ms | |
3 ge-5-1-0.syrcnycsr-rtr03.nyroc.rr.com (24.24.7.149) 28.695 ms 26.670 ms 26.702 ms | |
4 ae-3-0.cr0.chi10.tbone.rr.com (66.109.6.72) 44.948 ms 44.729 ms 46.175 ms | |
5 ae-0-0.pr0.chi10.tbone.rr.com (66.109.6.153) 44.950 ms 44.713 ms 42.934 ms | |
6 74.125.48.109 (74.125.48.109) 44.707 ms 44.435 ms 45.423 ms |
NewerOlder