From d48aaefdb250492a2f7607fcb601c449fc0441fc Mon Sep 17 00:00:00 2001 From: Hitabis GmbH Date: Tue, 7 Mar 2017 09:36:05 +0100 Subject: [PATCH] Remove typo from upgrade from 0.8 to 0.10 docs Typo ActiveMode::Serializer was changed to ActiveModel::Serializer --- docs/howto/upgrade_from_0_8_to_0_10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/upgrade_from_0_8_to_0_10.md b/docs/howto/upgrade_from_0_8_to_0_10.md index 12303d14..ea51e81c 100644 --- a/docs/howto/upgrade_from_0_8_to_0_10.md +++ b/docs/howto/upgrade_from_0_8_to_0_10.md @@ -107,7 +107,7 @@ end ``` Add this class to your app however you see fit. This is the class that your existing serializers -that inherit from `ActiveMode::Serializer` should inherit from. +that inherit from `ActiveModel::Serializer` should inherit from. ### 3. Add `ActiveModel::V08::CollectionSerializer` ```ruby