Module: ActivityNotification::DynamoidExtension

Extended by:
ActiveSupport::Concern
Included in:
ORM::Dynamoid::Notification, ORM::Dynamoid::Subscription
Defined in:
lib/activity_notification/orm/dynamoid/extension.rb

Overview

Dynamoid extension module for ActivityNotification.

Instance Method Summary collapse

Instance Method Details

#becomes(klass) ⇒ Object

Returns an instance of the specified klass with the attributes of the current record.



258
259
260
# File 'lib/activity_notification/orm/dynamoid/extension.rb', line 258

def becomes(klass)
  self
end