Customizable privacy policy from admin interface (#4062)
This commit is contained in:
parent
f85dbe83c8
commit
275c5b51ed
12 changed files with 232 additions and 229 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue