add dashboard
This commit is contained in:
5
app/controllers/home_controller.rb
Normal file
5
app/controllers/home_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class HomeController < ApplicationController
|
||||
def index
|
||||
puts "@@@@@@@@@@@@@@@@"
|
||||
end
|
||||
end
|
||||
@@ -1,4 +1,5 @@
|
||||
class PlainpageController < ApplicationController
|
||||
|
||||
before_action :require_login
|
||||
|
||||
def index
|
||||
|
||||
Reference in New Issue
Block a user