mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Exclude 2.0 form 5.0; update deps
This commit is contained in:
2
test/fixtures/poro.rb
vendored
2
test/fixtures/poro.rb
vendored
@@ -49,7 +49,7 @@ end
|
||||
|
||||
class SpecialPost < Post
|
||||
def special_comment
|
||||
@speical_comment ||= Comment.new(content: 'special')
|
||||
@special_comment ||= Comment.new(content: 'special')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user