mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00: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
|