Sha256: b449785d6bca11cad55454bc7318d450167e94cf9affac540d252a93e7ca4293

Contents?: true

Size: 111 Bytes

Versions: 19

Compression:

Stored size: 111 Bytes

Contents

class Post < ActiveRecord::Base
  attr_accessible :title, :body
  belongs_to :user

  acts_as_inkwell_post
end

Version data entries

19 entries across 10 versions & 1 rubygems

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