Sha256: 13c872ae38e284c6b0e8aeb9d55b613233a33a58d07a051c4798d02d0ac00ad4
Contents?: true
Size: 305 Bytes
Versions: 65
Compression:
Stored size: 305 Bytes
Contents
# == Schema Information # # Table name: todo_lists # # id :integer not null, primary key # name :string # created_at :datetime not null # updated_at :datetime not null # class TodoList < ApplicationRecord has_many :todo_items, -> { order(position: :asc) } end
Version data entries
65 entries across 65 versions & 1 rubygems