Sha256: 5a2e82d289c47c11e601b022bc3e0bdcd61bd619bc000c52d92f88e991f722d9
Contents?: true
Size: 173 Bytes
Versions: 3
Compression:
Stored size: 173 Bytes
Contents
module Wordpress class Attachmentmeta < WpBase self.table_name = 'wp_postmeta' belongs_to :attachment, foreign_key: "post_id", class_name: "Attachment" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_wordpress-0.2.0 | app/models/wordpress/attachmentmeta.rb |
rails_wordpress-0.1.2 | app/models/wordpress/attachmentmeta.rb |
rails_wordpress-0.1.1 | app/models/wordpress/attachmentmeta.rb |