-
Yutaka Kamei authored
Updated the `has_one :last_comment` example in the documentation to specify descending order ('posted_on desc'). This change ensures the ordering aligns with the name last_comment, making the example more intuitive and consistent with its intended purpose.
Yutaka Kamei authoredUpdated the `has_one :last_comment` example in the documentation to specify descending order ('posted_on desc'). This change ensures the ordering aligns with the name last_comment, making the example more intuitive and consistent with its intended purpose.
Loading