1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-04 21:15:19 +02:00

Groundwork for security info (#1396)
Some checks are pending
Publish Docker image / ci (push) Waiting to run
Publish Docker image / Build docker image (push) Blocked by required conditions

* Groundwork for security info

* Lint
This commit is contained in:
Josh Pigford 2024-10-30 18:08:19 -04:00 committed by GitHub
parent 5e2b932648
commit e7f09e6f71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 44 additions and 1 deletions

View file

@ -10,6 +10,10 @@ module Providable
synth_provider
end
def security_info_provider
synth_provider
end
def exchange_rates_provider
synth_provider
end