Updated all legal links and texts

added dmca, sales
removed guidelines
This commit is contained in:
mgabdev
2019-07-03 23:00:14 -04:00
parent 51283fdbca
commit 1414f36ee4
10 changed files with 460 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
class AboutController < ApplicationController
layout 'public'
before_action :set_instance_presenter, only: [:show, :more, :terms, :privacy, :investors, :guidelines]
before_action :set_instance_presenter, only: [:show, :more, :terms, :privacy, :investors, :dmca, :sales]
def show
if user_signed_in?
@@ -17,6 +17,8 @@ class AboutController < ApplicationController
def terms; end
def privacy; end
def investors; end
def dmca; end
def sales; end
private