Jaques Dias
Results
2
issues of
Jaques Dias
Hi everybody, Anyone already tried to change the belongs_to key name dynamically? Something like: ```ruby class MediaSerializer include FastJsonapi::ObjectSerializer attributes :filename, :content_type, :record_type, :record_id belongs_to :record, if: Proc.new { |record|...
Issue: #232