Sha256: 6398f0acb2fb0d92ef1c81d4116e3497b0c08cd3164dca5acc250dbdea55a8dd
Contents?: true
Size: 182 Bytes
Versions: 42
Compression:
Stored size: 182 Bytes
Contents
module Virgo class PageModulePost < ActiveRecord::Base belongs_to :page_module, touch: true belongs_to :post scope :by_position, ->{ order(position: :asc) } end end
Version data entries
42 entries across 42 versions & 1 rubygems