From b4250b5c9282f866e2e247480fd4e4b184a21430 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Sat, 7 Nov 2015 12:58:44 -0500 Subject: docs, nodoc `EnumType`. [ci skip] This type is backed by a class macro. Documentation related to the type casting behavior should be added in the macro description. --- activerecord/lib/active_record/enum.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/enum.rb b/activerecord/lib/active_record/enum.rb index 8fba6fcc35..7ded96f8fb 100644 --- a/activerecord/lib/active_record/enum.rb +++ b/activerecord/lib/active_record/enum.rb @@ -104,7 +104,7 @@ module ActiveRecord super end - class EnumType < Type::Value + class EnumType < Type::Value # :nodoc: def initialize(name, mapping) @name = name @mapping = mapping -- cgit v1.2.3