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
# Define a query that works on another query's result set# Note: chart and data are aliases for querychart:deliveries_over_time,through: :deliveriesdo |results|
results.group_by(&:purchased_at)end
The results given to the chart block is an ActiveRecord::HashWithIndifferentAccess and not an ActiveRecord result.
The text was updated successfully, but these errors were encountered:
In the README...
The
results
given to the chart block is an ActiveRecord::HashWithIndifferentAccess and not an ActiveRecord result.The text was updated successfully, but these errors were encountered: