Sha256: 677db263ac37fe142216b44185d1996317b987933b0b714b279234f8caea2c1c

Contents?: true

Size: 127 Bytes

Versions: 19

Compression:

Stored size: 127 Bytes

Contents

class User < ActiveRecord::Base
  attr_accessible :nick
  has_many :posts, :dependent => :destroy

  acts_as_inkwell_user

end

Version data entries

19 entries across 10 versions & 1 rubygems

Version Path
inkwell-1.5.2 test/dummy/app/models/user.rb
inkwell-1.5.2 test/dummy_without_community/app/models/user.rb
inkwell-1.5.1 test/dummy/app/models/user.rb
inkwell-1.5.1 test/dummy_without_community/app/models/user.rb
inkwell-1.4.1 test/dummy_without_community/app/models/user.rb
inkwell-1.4.1 test/dummy/app/models/user.rb
inkwell-1.2.0 test/dummy/app/models/user.rb
inkwell-1.2.0 test/dummy_without_community/app/models/user.rb
inkwell-1.1.7 test/dummy_without_community/app/models/user.rb
inkwell-1.1.7 test/dummy/app/models/user.rb
inkwell-1.1.1 test/dummy/app/models/user.rb
inkwell-1.1.1 test/dummy_without_community/app/models/user.rb
inkwell-1.0.5 test/dummy/app/models/user.rb
inkwell-1.0.5 test/dummy_without_community/app/models/user.rb
inkwell-1.0.4 test/dummy_without_community/app/models/user.rb
inkwell-1.0.4 test/dummy/app/models/user.rb
inkwell-0.1.1 test/dummy/app/models/user.rb
inkwell-0.1.1 test/dummy_without_community/app/models/user.rb
inkwell-0.0.3 test/dummy/app/models/user.rb