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,5 @@
class HomeController < ApplicationController
def index
puts "@@@@@@@@@@@@@@@@"
end
end

View File

@@ -1,4 +1,5 @@
class PlainpageController < ApplicationController
before_action :require_login
def index