Skip to content

Commit 7a2d77a

Browse files
committed
move view
1 parent 7ac4d92 commit 7a2d77a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/controllers/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
class ApplicationController < ActionController::Base
44
def home
5-
render "shared/home"
5+
render "/home"
66
end
77
end
File renamed without changes.

0 commit comments

Comments
 (0)