pastebinner/app/views/pastes/_paste.json.jbuilder

3 lines
108 B
Text
Raw Normal View History

2022-01-27 03:41:43 +00:00
json.extract! paste, :id, :search_pastes, :created_at, :updated_at
json.url paste_url(paste, format: :json)