Sha256: d605e02e7dc41d82e0d0e8c930ace701ff2d23d124b1352446761c28a3974bdc

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

class Post < ActiveRecord::Base
  has_eav :through => :post_attribute do
    eav_attribute :author_name
    eav_attribute :author_email    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_eav-1.0.1 test/app/models/post.rb
has_eav-1.0.0 test/app/models/post.rb