Skip to content

Instantly share code, notes, and snippets.

View gerrywastaken's full-sized avatar
🔎
🔬 🕺 🔒 🌎 👾

Gerry gerrywastaken

🔎
🔬 🕺 🔒 🌎 👾
View GitHub Profile
@gerrywastaken
gerrywastaken / doom.org
Last active November 25, 2021 04:35 — forked from hjertnes/doom.txt
Doom Emacs Cheatsheet (org-mode file)

SPC

SPC: find file , switch buffer . browse files

MX

; EX < switch buffer ` eval u universal arg x pop up scratch

require "delegate"
class CollectionProxy
def products
@products ||= HasManyAssociation.new([])
@products.associated_class ||= Product
@products
end
end