Method: ActiveAdmin::Resource#decorator_class_name

Defined in:
lib/active_admin/resource.rb

#decorator_class_nameObject

The string identifying a class to decorate our resource with for the view. nil to not decorate.



57
58
59
# File 'lib/active_admin/resource.rb', line 57

def decorator_class_name
  @decorator_class_name
end