About page
This commit is contained in:
@@ -8,11 +8,11 @@ class ApplicationController < ActionController::Base
|
||||
def index; end
|
||||
|
||||
def greetings
|
||||
render_compact_partial :greetings
|
||||
render partial: 'greetings'
|
||||
end
|
||||
|
||||
def about
|
||||
render_compact_partial :about
|
||||
render partial: 'about'
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
Reference in New Issue
Block a user