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
Lines 3 and 4 in your code are trying to access a class that isn't defined until a couple lines later. Comment those out. They're examples to use in other parts of your app.
Cool Gem!
I keep getting this error in the terminal when I run:
irb(main):002:0> notification = CommentNotification.with(comment: @comment)
I don't know what I'm missing
The text was updated successfully, but these errors were encountered: