Skip to content

Instantly share code, notes, and snippets.

View henrynguyen6677's full-sized avatar

henrynguyen6677 henrynguyen6677

View GitHub Profile
@henrynguyen6677
henrynguyen6677 / ActiveRecord Cheat Sheet v1
Created July 14, 2023 15:32 — forked from jessieay/ActiveRecord Cheat Sheet v1
Active Record cheat sheet with examples of queries I've needed most so far
ActiveRecord cheat sheet / EXAMPLES
INSTALL
=======
$ gem install activerecord
in GEMFILE: gem ‘activerecord’
REQUIRE
=======
require ‘active_record’