diff options
Diffstat (limited to 'app/views/brackets/show.json.jbuilder')
-rw-r--r-- | app/views/brackets/show.json.jbuilder | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/brackets/show.json.jbuilder b/app/views/brackets/show.json.jbuilder new file mode 100644 index 0000000..6a8d478 --- /dev/null +++ b/app/views/brackets/show.json.jbuilder @@ -0,0 +1 @@ +json.extract! @bracket, :id, :user_id, :tournament_id, :name, :created_at, :updated_at |