1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00
Maybe/app/views/plaid_items/new.html.erb
Zach Gollwitzer 9fabcf4c72
Redis check for self hosted apps (#2353)
* Redis check for self hosted apps

* Run linter with autocorrect

* Add Redis to CI
2025-06-09 18:30:52 -04:00

8 lines
328 B
Text

<%# We render this in the empty modal frame so if Plaid flow is closed, user stays on same page they were on %>
<%= turbo_frame_tag "modal" do %>
<%= render "plaid_items/auto_link_opener",
link_token: @link_token,
region: params[:region],
item_id: "",
is_update: false %>
<% end %>