added route, controller, model, sidebar link, and basic index page for the work info section so that we can render user data

This commit is contained in:
Ken Johnson
2013-05-31 10:48:20 -04:00
parent a599ca9862
commit 08a8c60276
12 changed files with 66 additions and 2 deletions
@@ -0,0 +1,4 @@
require 'test_helper'
class WorkInfoHelperTest < ActionView::TestCase
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class WorkInfoTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end