Sha256: f41807d9594995c89c44645a9ca2fb2a91bc96e023b2ef95f0c9b52d0f63148c

Contents?: true

Size: 363 Bytes

Versions: 1

Compression:

Stored size: 363 Bytes

Contents

ActiveAdmin.register KnowledgeBase::Sectionables::Video do
  menu parent: I18n.t('activerecord.models.knowledge_base/section/kind.other')

  index do
    column :id
    column :url

    default_actions
  end

  show do |video|
    attributes_table do
      row :id
      row :address
      row :created_at
      row :updated_at
      row :style
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knowledge_base-0.2.0 lib/generators/knowledge_base/active_admin/templates/sectionables/video.rb