Added missing jbuilder
This was the reason why JSON output was incorrectly formatted.
This commit is contained in:
parent
7fdd1332b7
commit
890906929f
3 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -41,7 +41,7 @@ gem 'jquery-rails'
|
|||
gem 'turbolinks', '~> 5'
|
||||
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
#gem 'jbuilder', '~> 2.5'
|
||||
gem 'jbuilder', '~> 2.12'
|
||||
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
# gem 'redis', '~> 3.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue