unread icon indicating copy to clipboard operation
unread copied to clipboard

Rails 7.2.1 issue. ArgumentError: wrong number of arguments

Open yunixon opened this issue 5 months ago • 3 comments

Get error with rails 7.2.1

@alert.mark_as_read! for: @current_user

ArgumentError: wrong number of arguments (given 1, expected 2)

return to rails 7.1.4 and works good

Diff:

Using activesupport 7.2.1 (was 7.1.4)
Using activemodel 7.2.1 (was 7.1.4)
Using activerecord 7.2.1 (was 7.1.4)
Using activejob 7.2.1 (was 7.1.4)
Using actionview 7.2.1 (was 7.1.4)
Using actionpack 7.2.1 (was 7.1.4)
Using actionmailer 7.2.1 (was 7.1.4)
Using railties 7.2.1 (was 7.1.4)
Using actioncable 7.2.1 (was 7.1.4)
Using activestorage 7.2.1 (was 7.1.4)
Using actiontext 7.2.1 (was 7.1.4)
Using actionmailbox 7.2.1 (was 7.1.4)
Using rails 7.2.1 (was 7.1.4)

yunixon avatar Sep 11 '24 09:09 yunixon