adding status controller

This commit is contained in:
Dan Buch
2011-08-08 21:09:18 -04:00
parent 2bd727b695
commit be93849c02
7 changed files with 100 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,2 @@
module StatusHelper
end

View File

@@ -0,0 +1,2 @@
<h1>Status#index</h1>
<p>Find me in app/views/status/index.html.erb</p>