mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Randomize testing of compatibility layer against regressions
This commit is contained in:
parent
ec905d8179
commit
b5f886cb95
2
test/fixtures/poro.rb
vendored
2
test/fixtures/poro.rb
vendored
@ -1,4 +1,6 @@
|
|||||||
class Model < ActiveModelSerializers::Model
|
class Model < ActiveModelSerializers::Model
|
||||||
|
rand(2).zero? && derive_attributes_from_names_and_fix_accessors
|
||||||
|
|
||||||
attr_writer :id
|
attr_writer :id
|
||||||
|
|
||||||
# At this time, just for organization of intent
|
# At this time, just for organization of intent
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user