working through 15.3
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class FooController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
end
|
@@ -1,5 +1,6 @@
|
||||
class StatusController < ApplicationController
|
||||
def index
|
||||
@title = "System Status"
|
||||
time = Time.now
|
||||
@time = time
|
||||
@ps = `ps aux`
|
||||
|
Reference in New Issue
Block a user