summaryrefslogtreecommitdiff
path: root/app/views/remote_usernames/index.json.jbuilder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/remote_usernames/index.json.jbuilder')
-rw-r--r--app/views/remote_usernames/index.json.jbuilder4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/remote_usernames/index.json.jbuilder b/app/views/remote_usernames/index.json.jbuilder
deleted file mode 100644
index c9fbc0f..0000000
--- a/app/views/remote_usernames/index.json.jbuilder
+++ /dev/null
@@ -1,4 +0,0 @@
-json.array!(@remote_usernames) do |remote_username|
- json.extract! remote_username, :id, :game_id, :user_id, :user_name
- json.url remote_username_url(remote_username, format: :json)
-end