class RailsAdmin::Config::Actions::Base

Public Class Methods

key() click to toggle source
# File lib/rails_admin/config/actions/base.rb, line 126
def self.key
  self.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 122
def key
  self.class.key
end