Sha256: d67cebc05f1d3dba4d1954a067d34aeef97d08979abd6e5c7b77072ce9c40a24
Contents?: true
Size: 287 Bytes
Versions: 13
Compression:
Stored size: 287 Bytes
Contents
module Ksk module Static extend ActiveSupport::Concern included do self.table_name = 'statics' include Apdown has_one :navigation has_many :assets, :as => :fileable accepts_nested_attributes_for :assets, allow_destroy: true end end end
Version data entries
13 entries across 13 versions & 1 rubygems