Sha256: 4217f2729c8478dc7034813c6f7f05f2fd889a1890753fcd2999d5a34bdf31ed

Contents?: true

Size: 146 Bytes

Versions: 1

Compression:

Stored size: 146 Bytes

Contents

class Person < ActiveRecord::Base
  has_many :comments
  has_many :posts
  
  acts_as_actor
  
  def to_s
    "#{firstname} #{lastname}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
evilmarty_activity_stream-1.0.0 test/fixtures/person.rb