Class: RailsAdmin::Config::Sections::Base

Inherits:
Base
  • Object
show all
Includes:
HasFields, HasGroups
Defined in:
lib/rails_admin/config/sections/base.rb

Overview

Configuration of the show view for a new object

Direct Known Subclasses

Edit, Export, List, Show

Instance Attribute Summary

Attributes inherited from Base

#abstract_model, #bindings, #parent, #root

Instance Method Summary collapse

Methods included from HasGroups

#group, #visible_groups

Methods included from HasFields

#all_fields, #configure, #exclude_fields, #field, #fields, #fields_of_type, #include_all_fields, #include_fields, #visible_fields

Methods inherited from Base

#has_option?, register_class_option, #register_deprecated_instance_option, register_deprecated_instance_option, register_instance_option, #register_instance_option, #with

Constructor Details

#initialize(parent) ⇒ Base

Returns a new instance of Base.



13
14
15
# File 'lib/rails_admin/config/sections/base.rb', line 13

def initialize(parent)
  super(parent)
end