Sha256: ebbd0f645f6825470d529612019497120175a04ff11f24c000c6348f4a18bcfc

Contents?: true

Size: 87 Bytes

Versions: 10

Compression:

Stored size: 87 Bytes

Contents

class User < ActiveRecord::Base
  validates_presence_of :name
  acts_as_followable
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
acts_as_followable-0.1.9 test/models/user.rb
acts_as_followable-0.1.8 test/models/user.rb
acts_as_followable-0.1.7 test/models/user.rb
acts_as_followable-0.1.6 test/models/user.rb
acts_as_followable-0.1.5 test/models/user.rb
acts_as_followable-0.1.4 test/models/user.rb
acts_as_followable-0.1.3 test/models/user.rb
acts_as_followable-0.1.2 test/models/user.rb
acts_as_followable-0.1.1 test/models/user.rb
acts_as_followable-0.1.0 test/models/user.rb