Files
MatchLiveTv/backend/app/helpers/legal_helper.rb
T
eminuxandCursor 5b723bf844 Aggiunge annunci in-app/sito, contatti e migliora UI copertina sul portale.
Include admin/API/banner nativi, form contatti e reset copertina standard con layout edit più ampio.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-20 15:30:49 +02:00

10 lines
135 B
Ruby

module LegalHelper
def legal_last_updated
"20 agosto 2026"
end
def cookie_policy_last_updated
"3 giugno 2026"
end
end