Update for review per maurogeorge feedback

This commit is contained in:
Benjamin Fleischer
2015-11-10 03:21:40 -06:00
parent b36cc42f03
commit d1c44c719d
5 changed files with 118 additions and 89 deletions

View File

@@ -381,6 +381,10 @@ All serializable resources must pass the ActiveModel::Serializer::Lint::Tests.
See the ActiveModelSerializers::Model for a base class that implements the full
API for a plain-old Ruby object (PORO).
## Hooks
To run a hook when ActiveModelSerializers is loaded, use `ActiveSupport.on_load(:active_model_serializers) do end`
## Getting Help
If you find a bug, please report an [Issue](https://github.com/rails-api/active_model_serializers/issues/new).