module Pundit

def pundit_model(record)

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

def pundit_model: (Trade record) -> Trade

This signature was generated using 1 sample from 1 application.

def pundit_model(record)
  record.is_a?(Array) ? record.last : record
end