Customizable privacy policy from admin interface (#4062)
This commit is contained in:
committed by
Eugen Rochko
parent
f85dbe83c8
commit
275c5b51ed
@ -2,7 +2,7 @@
|
||||
|
||||
class AboutController < ApplicationController
|
||||
before_action :set_body_classes
|
||||
before_action :set_instance_presenter, only: [:show, :more]
|
||||
before_action :set_instance_presenter, only: [:show, :more, :terms]
|
||||
|
||||
def show; end
|
||||
|
||||
|
Reference in New Issue
Block a user