user.rb 58 B

123
  1. class User < ActiveRecord::Base
  2. has_many :microposts
  3. end