adding status controller
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class StatusController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
end
|
2
cookbook/015/01/status/app/helpers/status_helper.rb
Normal file
2
cookbook/015/01/status/app/helpers/status_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module StatusHelper
|
||||
end
|
2
cookbook/015/01/status/app/views/status/index.html.erb
Normal file
2
cookbook/015/01/status/app/views/status/index.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<h1>Status#index</h1>
|
||||
<p>Find me in app/views/status/index.html.erb</p>
|
Reference in New Issue
Block a user