Add controller
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class AttendanceTrackerController < ApplicationController
|
||||
def index
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
module AttendanceTrackerHelper
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
<h1>AttendanceTracker#index</h1>
|
||||
<p>Find me in app/views/attendance_tracker/index.html.erb</p>
|
||||
Reference in New Issue
Block a user