mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Fix the build on 1.8.7 :trollface:
This commit is contained in:
@@ -34,3 +34,7 @@ ActiveSupport::TestCase.class_eval do
|
||||
@routes = ::TestHelper::Routes
|
||||
end
|
||||
end
|
||||
|
||||
class Object
|
||||
undef_method :id if respond_to?(:id)
|
||||
end
|
||||
Reference in New Issue
Block a user