Remove extra reflection classes

This commit is contained in:
Benjamin Fleischer
2017-04-23 17:43:43 -05:00
parent 7d8fb1606b
commit 34d55e4729
6 changed files with 6 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
module ActiveModel
class Serializer
# @api private
class BelongsToReflection < SingularReflection
class BelongsToReflection < Reflection
end
end
end