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
Starting in Rails 7.2, alias_attribute with non-attribute targets will raise. Use alias_method :campaign, :caffeinate_campaign or define the method manually.
backtrace sources this error from the following lines
Starting in Rails 7.2, alias_attribute with non-attribute targets will raise. Use
alias_method :campaign, :caffeinate_campaign
or define the method manually.backtrace sources this error from the following lines
The text was updated successfully, but these errors were encountered: