Sha256: aa2abdcdff0e37fe2f3b3bfe221d7ee47d604ff59c494863c731510b32b0a8e5
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
module Kiosk 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ksk-0.1.0 | lib/actives/static.rb |
ksk-0.0.2 | lib/actives/static.rb |