This website works better with JavaScript
Home
Explore
Help
Sign In
ajswis
/
pokemon.trade
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add "type" to error jbuilder
Andrew Swistak
6 years ago
parent
d698720aad
commit
583cf41a62
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
app/views/api/v1/application/_error.json.jbuilder
+ 1
- 1
app/views/api/v1/application/_error.json.jbuilder
View File
@@ -1 +1 @@
-json.extract! @error, :message
+json.extract! @error, :message
, :type