Sha256: c927f61409c4a4fa987c20adeb8414029f3b64ac65cc98461b24d01c6b7f7836

Contents?: true

Size: 321 Bytes

Versions: 42

Compression:

Stored size: 321 Bytes

Contents

# == Schema Information
#
# Table name: attention_types
#
#  id             :integer(4)      not null, primary key
#  name           :string(255)
#  default_weight :integer(4)
#


class AttentionType < ActiveRecord::Base
  WRITE     = 1
  BOOKMARK  = 2
  SEARCH    = 3
  CLICK     = 4
  SHARE     = 5
  DISCUSS   = 6
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
muck-services-0.1.17 app/models/attention_type.rb
muck-services-0.1.16 app/models/attention_type.rb