Class: RailsAdmin::Config::Actions::Base
- Inherits:
-
Object
- Object
- RailsAdmin::Config::Actions::Base
- Includes:
- Configurable, Hideable, Proxyable
- Defined in:
- lib/rails_admin/config/actions/base.rb
Direct Known Subclasses
BulkDelete, Dashboard, Delete, Edit, Export, HistoryIndex, HistoryShow, Index, New, Show, ShowInApp
Class Method Summary collapse
Instance Method Summary collapse
-
#key ⇒ Object
Off API.
Methods included from Hideable
#hidden?, #hide, included, #show
Methods included from Configurable
#has_option?, included, #register_deprecated_instance_option, #register_instance_option
Methods included from Proxyable
Class Method Details
.key ⇒ Object
149 150 151 |
# File 'lib/rails_admin/config/actions/base.rb', line 149 def self.key name.to_s.demodulize.underscore.to_sym end |
Instance Method Details
#key ⇒ Object
Off API.
145 146 147 |
# File 'lib/rails_admin/config/actions/base.rb', line 145 def key self.class.key end |