mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Refactor placeholder logo into common controller (#673)
This can be updated to redirect/pull from third party sources in future, with the option of always falling back to the placeholder if there are any failures.
This commit is contained in:
parent
5a5f13b46b
commit
be21d2b4fd
7 changed files with 50 additions and 24 deletions
|
@ -35,6 +35,7 @@ Rails.application.routes.draw do
|
|||
resources :accounts, shallow: true do
|
||||
get :summary, on: :collection
|
||||
post :sync, on: :member
|
||||
resource :logo, only: %i[show], module: :accounts
|
||||
resources :valuations
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue