mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 05:54:08 +00:00
* Move Valuation to Account namespace * Move account history to controller * Clean up valuation controller and views * Translations and cleanup * Remove unused scopes and methods * Pass brakeman
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
<%= turbo_frame_tag dom_id(@valuation) do %>
|
|
<%= render "form", valuation: @valuation %>
|
|
<% end %>
|