Open tk0miya opened 1 week ago
Since v7.0, #{association}_changed? and #{association}_previously_changed? methods were generated to the belongs_to associations.
#{association}_changed?
#{association}_previously_changed?
In addition, since v7.1, reset_#{association} was also generated to both has_one and belongs_to associations.
reset_#{association}
It would be better to support them on rbs_rails.
refs:
Since v7.0,
#{association}_changed?
and#{association}_previously_changed?
methods were generated to the belongs_to associations.In addition, since v7.1,
reset_#{association}
was also generated to both has_one and belongs_to associations.It would be better to support them on rbs_rails.
refs: