mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Fix Investment account subtype not saving on creation (#1039)
* Add permitted_accountable_attributes for investments * Include fields_for for accountable subtype selection
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
class InvestmentsController < ApplicationController
|
||||
include AccountableResource
|
||||
|
||||
permitted_accountable_attributes :id, :subtype
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user