Class: Conversations::Conversation
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Conversations::Conversation
- Defined in:
- app/models/conversations/conversation.rb
Instance Attribute Summary collapse
-
#to_tokens ⇒ Object
Returns the value of attribute to_tokens.
Instance Attribute Details
#to_tokens ⇒ Object
Returns the value of attribute to_tokens.
4 5 6 |
# File 'app/models/conversations/conversation.rb', line 4 def to_tokens @to_tokens end |