We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac4d92 commit 7a2d77aCopy full SHA for 7a2d77a
app/controllers/application_controller.rb
@@ -2,6 +2,6 @@
2
3
class ApplicationController < ActionController::Base
4
def home
5
- render "shared/home"
+ render "/home"
6
end
7
app/views/shared/home.html.haml renamed to app/views/home.html.haml
0 commit comments