first commit
This commit is contained in:
2
app/views/suggestions/_suggestion.json.jbuilder
Normal file
2
app/views/suggestions/_suggestion.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.extract! suggestion, :id, :subject, :body, :sent, :created_at, :updated_at
|
||||
json.url suggestion_url(suggestion, format: :json)
|
||||
Reference in New Issue
Block a user