add dashboard

This commit is contained in:
bee0005
2016-08-20 06:41:37 +00:00
parent e9471fdd2c
commit 26c1eb3f22
13 changed files with 243 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
require 'test_helper'
class HomeControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end