mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
added jbuilder templates
This commit is contained in:
parent
be8a9fdc10
commit
01aff9b673
2 changed files with 2 additions and 0 deletions
1
app/views/ajax/friend/create.json.jbuilder
Normal file
1
app/views/ajax/friend/create.json.jbuilder
Normal file
|
@ -0,0 +1 @@
|
|||
json.partial! 'ajax/shared/status'
|
1
app/views/ajax/friend/destroy.json.jbuilder
Normal file
1
app/views/ajax/friend/destroy.json.jbuilder
Normal file
|
@ -0,0 +1 @@
|
|||
json.partial! 'ajax/shared/status'
|
Loading…
Reference in a new issue