Slide 22
Slide 22 text
move out big data
class Post < ActiveRecord::Base
has_one :meta
after_create :create_meta
delegate :content, :to => :meta
end
# -*- encoding : utf-8 -*-
# == Schema Information
#
# Table name: post_data
#
# id :integer not null, primary key
# post_id :integer
# content :text
# created_at :datetime not null
# updated_at :datetime not null
#
12年8月19日星期日