Skip to content

Instantly share code, notes, and snippets.

@johnkchow
johnkchow / 1_user.rb
Last active March 17, 2018 00:25 — forked from ericktai/1_user.rb
class User < ApplicationRecord
has_many :posts
has_many :comments
# id :integer not null, primary key
# name :string(50) default("")
end
asdfsadf
Console.WriteLine("whatttttup");