Class: Height::Model::Activity
- Defined in:
- lib/height/model/activity.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Height::Model::Base
Instance Method Details
#attributes ⇒ Object
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 |