class RailsAdmin::Config::Sections::Base

Configuration of the show view for a new object

Constants

NAMED_INSTANCE_VARIABLES

Attributes

abstract_model[R]
parent[R]
root[R]

Public Class Methods

new(parent) click to toggle source
# File lib/rails_admin/config/sections/base.rb, line 27
def initialize(parent)
  @parent = parent
  @root = parent.root

  @abstract_model = root.abstract_model
end