2
0

Add effective date to terms of service (#33993)

This commit is contained in:
Eugen Rochko
2025-03-05 10:01:33 +01:00
committed by GitHub
parent 84164270c6
commit cadda2f957
67 changed files with 201 additions and 126 deletions

View File

@@ -3,6 +3,6 @@
class Admin::TermsOfServiceController < Admin::BaseController
def index
authorize :terms_of_service, :index?
@terms_of_service = TermsOfService.live.first
@terms_of_service = TermsOfService.published.first
end
end