Sha256: 82b21d537b0a25d2537eadde7e951ccb9e375f80b7369a63a7a68330ff8596a3
Contents?: true
Size: 258 Bytes
Versions: 13
Compression:
Stored size: 258 Bytes
Contents
class Category < ActiveRecord::Base include Lolita::Configuration has_many :posts lolita do list do list(:posts) do column :comments do list do column :body end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems