0
0
Fork 0

Customizable privacy policy from admin interface (#4062)

This commit is contained in:
Yamagishi Kazutoshi 2017-07-04 22:19:24 +09:00 committed by Eugen Rochko
parent f85dbe83c8
commit 275c5b51ed
12 changed files with 232 additions and 229 deletions

View file

@ -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