Class: Height::Model::Activity

Inherits:
Base
  • Object
show all
Defined in:
lib/height/model/activity.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #related_models

Constructor Details

This class inherits a constructor from Height::Model::Base

Instance Method Details

#attributesObject



3
4
5
6
# File 'lib/height/model/activity.rb', line 3

def attributes
  [:id, :created_at, :task_id, :created_user_id, :type, :message,
   :old_value, :new_value, :reactjis, :read_user_ids, :url]
end