Skip to content

Instantly share code, notes, and snippets.

View mohanklein's full-sized avatar

Mohan Klein mohanklein

View GitHub Profile
@mamantoha
mamantoha / experience.rb
Last active March 14, 2024 08:21
Rails API Filtering and Sorting
# app/models/experience.rb
#
# == Schema Information
#
# Table name: experiences
#
# id :integer not null, primary key
# title :string
# description :text
# created_at :datetime not null