Module: Conversations

Defined in:
lib/conversations.rb,
lib/conversations/engine.rb,
lib/conversations/version.rb,
app/models/conversations/message.rb,
app/models/conversations/conversation.rb,
app/models/conversations/user_conversation.rb,
lib/conversations/models/conversationalist.rb,
app/controllers/conversations/messages_controller.rb,
app/controllers/conversations/conversations_controller.rb,
app/controllers/conversations/user_conversations_controller.rb

Defined Under Namespace

Modules: Models Classes: Conversation, ConversationsController, Engine, Message, MessagesController, UserConversation, UserConversationsController

Constant Summary collapse

VERSION =
"0.0.2.2"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Conversations)

    the object that the method was called on



12
13
14
# File 'lib/conversations.rb', line 12

def setup
  yield self
end