working through 15.3

This commit is contained in:
Dan Buch
2011-08-09 06:33:51 -04:00
parent fba21e7939
commit c16c1361d3
8 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class FooController < ApplicationController
def index
end
end

View File

@@ -1,5 +1,6 @@
class StatusController < ApplicationController
def index
@title = "System Status"
time = Time.now
@time = time
@ps = `ps aux`