mirror of
https://github.com/we-promise/sure
synced 2026-04-25 17:15:07 +02:00
* Add permitted_accountable_attributes for investments * Include fields_for for accountable subtype selection
6 lines
136 B
Ruby
6 lines
136 B
Ruby
class InvestmentsController < ApplicationController
|
|
include AccountableResource
|
|
|
|
permitted_accountable_attributes :id, :subtype
|
|
end
|