Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
full_dehydrateResource のメソッドによって返されるデータから Resource フィールドの 1 つを除外したいと考えています。excludesただし、API を介してフィールドを更新できるようにしたいので、を使用してリソースからフィールドを完全に除外したくありません。
full_dehydrate
excludes
フィールドのuse_in属性を空白の文字列に設定しようとしましたが、何もしませんでした。これまでのところ、Google 検索は空になっています。これは可能ですか?
use_in
full_dehydrate メソッドでは、次のことができます。
if 'field' in bundle.data.keys() del bundle.data['field'] return bundle