adding novel controller
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class NovelController < ApplicationController
|
||||
def index
|
||||
end
|
||||
|
||||
end
|
2
cookbook/015/02/passingdata/app/helpers/novel_helper.rb
Normal file
2
cookbook/015/02/passingdata/app/helpers/novel_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module NovelHelper
|
||||
end
|
@@ -0,0 +1,2 @@
|
||||
<h1>Novel#index</h1>
|
||||
<p>Find me in app/views/novel/index.html.erb</p>
|
Reference in New Issue
Block a user