• Mehmet Emin INAC's avatar
    Fix deprecation warning about quoting AR objects · 2b3b9a3c
    Mehmet Emin INAC authored
    The below deprecation warning says 6.2. but it's been postponed to 7.0.
    already;
    
    ```
    DEPRECATION WARNING: Passing an Active Record object to `quote`
    directly is deprecated and will be no longer quoted as id value in
    Rails 6.2.
    ```
    2b3b9a3c
object_hierarchy_spec.rb 5.34 KB