Skip to content

Commit

Permalink
Add fix for issue with AMS not serializing in controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
ramontayag committed Aug 30, 2014
1 parent db4f046 commit 447f315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,6 +1,7 @@
# TBA

- No longer use "" as the default master account because blockchain.info doesn't like it. Use "master" instead
- Add fix for issue with AMS [not serializing in controllers](https://github.com/rails-api/active_model_serializers/issues/600)

# 0.0.6

Expand Down
3 changes: 3 additions & 0 deletions app/controllers/bitsy/application_controller.rb
@@ -1,4 +1,7 @@
module Bitsy
class ApplicationController < ActionController::API
# TODO: Remove this when bug is fixed
# https://github.com/rails-api/active_model_serializers/issues/600
include ActionController::Serialization
end
end

0 comments on commit 447f315

Please sign in to comment.