caprese icon indicating copy to clipboard operation
caprese copied to clipboard

Relationship data controller helper methods

Open nicklandgrebe opened this issue 8 years ago • 0 comments

Story

As a developer, I want to be able to access relationship data, like for /data/relationships/transactions/data, but like this:

transactions_data # returns nil
transactions_data! # fails with error

Or nested associations like

transactions_payment_method_data
transactions_payment_method_data!

Return overridden object that allows you to retrieve the object referenced in the data

customer_data.target

nicklandgrebe avatar Feb 24 '17 03:02 nicklandgrebe