Created
July 28, 2023 17:18
-
-
Save ekampp/72fcaec79470df91f82a968dcdd1257d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
json.data do | |
json.partial! "board/items/item", locals: { item: @item } | |
end | |
json.meta do | |
json.receipt @receipt if @receipt.present? | |
json.genesis_address @item.genesis_address | |
json.short_address @item.short_address | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment