module Marginalia::Comment

def self.action

Experimental RBS support (using type sampling data from the type_fusion project).

def self.action: () -> String?

This signature was generated using 5 samples from 1 application.

def self.action
  marginalia_controller.action_name if marginalia_controller.respond_to? :action_name
end