Skip to content

Instantly share code, notes, and snippets.

View austbot's full-sized avatar
😶‍🌫️

austbot austbot

😶‍🌫️
View GitHub Profile
@austbot
austbot / 1_user.rb
Last active August 23, 2017 07:26 — 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