Created
February 26, 2021 05:38
-
-
Save catmando/ae383865ecca829ed4a77a0b1d700f81 to your computer and use it in GitHub Desktop.
Hyperstack vs. Hotwire .jbuilder file
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.extract! tweet, :id, :body, :likes_count, :retweets_count, :created_at, :updated_at | |
json.url tweet_url(tweet, format: :json) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment