adding novel controller

This commit is contained in:
Dan Buch
2011-08-09 05:20:53 -04:00
parent 8618730647
commit e690886d6b
7 changed files with 100 additions and 0 deletions

View File

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

View File

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

View File

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