Sha256: e71075aa6d2bd9d81c31135dc93e32feaccf8de3e5293d568c0b67efb788c5a6

Contents?: true

Size: 182 Bytes

Versions: 8

Compression:

Stored size: 182 Bytes

Contents

class TestPost < ActiveRecord::Base
  belongs_to :test_user
  acts_as_activity :test_user, :if => Proc.new{|record| record.test_user and !record.test_user.login.eql?('elvis') }

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 vendor/plugins/activity_tracker/test/fixtures/test_post.rb
community_engine-2.3.1 vendor/plugins/activity_tracker/test/fixtures/test_post.rb
community_engine-2.3.0 vendor/plugins/activity_tracker/test/fixtures/test_post.rb
community_engine-2.1.0 vendor/plugins/activity_tracker/test/fixtures/test_post.rb
community_engine-2.0.0 vendor/plugins/activity_tracker/test/fixtures/test_post.rb
community_engine-2.0.0.beta3 vendor/plugins/activity_tracker/test/fixtures/test_post.rb
community_engine-2.0.0.beta2 vendor/plugins/activity_tracker/test/fixtures/test_post.rb
community_engine-2.0.0.beta1 vendor/plugins/activity_tracker/test/fixtures/test_post.rb