17 lines
298 B
YAML
17 lines
298 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||
|
||
one:
|
||
body: I agree.
|
||
creator: jz
|
||
bubble: logo
|
||
|
||
two:
|
||
body: Same, let’s do it.
|
||
creator: kevin
|
||
bubble: logo
|
||
|
||
three:
|
||
body: The text is overflowing the container.
|
||
creator: david
|
||
bubble: layout
|