• S
    Update doc for #pluck to use non-deprecated syntax · d43a4bce
    stevenjackson 提交于
    The current implementation raises a warning in Rails 6.0.2.2
    ```
    DEPRECATION WARNING: Dangerous query method (method whose arguments are used as raw SQL) called with non-attribute argument(s): "DATEDIFF(updated_at, created_at)". Non-attribute arguments will be disallowed in Rails 6.1. This method should not be called with user-provided values, such as request parameters or model attributes. Known-safe values can be passed by wrapping them in Arel.sql().
    ```
    d43a4bce
calculations.rb 15.5 KB