You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION WARNING: Dangerous query method (method whose arguments are used as raw SQL) called with non-attribute argument(s):
["sum(amount) as total_amount", "sum(calls_count) as total_calls_count", "sum(calls_duration) as total_calls_duration"].
Non-attribute arguments will be disallowed in Rails 6.0.
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().
(called from totals_row_by at app/models/concerns/acts_as_totals_relation.rb:7)
The text was updated successfully, but these errors were encountered:
DEPRECATION WARNING: Active Admin: The `type` parameter has been deprecated. Provide the "success" type as
a class instead.
For example, `status_tag(status, :success, class: "abc")`
would change to `status_tag(status, class: "success abc")`.
Also note that the "success" CSS rule will be removed too, so you'll have to provide
the styles yourself.
See https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md#110-
for more information.
(called from block (5 levels) in <top (required)> at app/admin/cdr/cdrs.rb:296)
DEPRECATION WARNING: Active Admin: The `type` parameter has been deprecated. Provide the "success" type as a class instead.
For example, `status_tag(status, :success, class: "abc")` would change to `status_tag(status, class: "success abc")`.
Also note that the "success" CSS rule will be removed too, so you'll have to provide
the styles yourself. See https://github.com/activeadmin/activeadmin/blob/master/CHANGELOG.md#110- for more information.
(called from block (6 levels) in <top (required)> at app/admin/cdr/cdrs.rb:388)
The text was updated successfully, but these errors were encountered: