diff --git a/app/views/ajax/friend/create.json.jbuilder b/app/views/ajax/friend/create.json.jbuilder new file mode 100644 index 00000000..2c193af4 --- /dev/null +++ b/app/views/ajax/friend/create.json.jbuilder @@ -0,0 +1 @@ +json.partial! 'ajax/shared/status' \ No newline at end of file diff --git a/app/views/ajax/friend/destroy.json.jbuilder b/app/views/ajax/friend/destroy.json.jbuilder new file mode 100644 index 00000000..2c193af4 --- /dev/null +++ b/app/views/ajax/friend/destroy.json.jbuilder @@ -0,0 +1 @@ +json.partial! 'ajax/shared/status' \ No newline at end of file