class RailsAdmin::Config::Actions::Base

Public Class Methods

key() click to toggle source
# File lib/rails_admin/config/actions/base.rb, line 156
def self.key
  name.to_s.demodulize.underscore.to_sym
end

Public Instance Methods

key() click to toggle source

Off API.

# File lib/rails_admin/config/actions/base.rb, line 152
def key
  self.class.key
end