Skip to content

Instantly share code, notes, and snippets.

View r11n's full-sized avatar
💻
learning

Raghavendra Nekkanti r11n

💻
learning
View GitHub Profile
@r11n
r11n / application_record.rb
Last active May 11, 2020 05:59
Querying Postgres JSONB arrays using Active Record in Raiils
class ApplicationRecord < ActiveRecord::Base
extend JsonQuerying
self.abstract_class = true
end