Class: Tracebook::ChatReview

Inherits:
ApplicationRecord show all
Defined in:
app/models/tracebook/chat_review.rb

Class Method Summary collapse

Class Method Details

.for_chat(chat) ⇒ Object



15
16
17
# File 'app/models/tracebook/chat_review.rb', line 15

def self.for_chat(chat)
  find_or_create_by!(chat: chat)
end