Sha256: 2468eb37022590116e3d3f6b0ed959fcf223ff063f1b520ae7db9f7d1a9ee134
Contents?: true
Size: 221 Bytes
Versions: 14
Compression:
Stored size: 221 Bytes
Contents
module Qbrick class SettingsCollection < ActiveRecord::Base has_many :settings accepts_nested_attributes_for :settings # TODO: handle localized settings # TODO: Settings attached to page/etc end end
Version data entries
14 entries across 14 versions & 1 rubygems