Added New Time Entry Front End

This commit is contained in:
Jason Denney
2014-04-19 16:20:14 -04:00
parent 98b136e4f4
commit 80b2b7ff60
13 changed files with 1973 additions and 2 deletions
@@ -0,0 +1,10 @@
class TimeEntriesController < AuthenticatedController
def new
end
def index
end
end