Currently, if the implementing class returning anything other than an AR scope (or otherwise making database queries) - any time we call label_string for an action model it will actually fully run these methods just to get the name of the target model class. This allows the user to override this behavior in these rare situations where an AR scope is not directly returned.
Currently, if the implementing class returning anything other than an AR scope (or otherwise making database queries) - any time we call
label_string
for an action model it will actually fully run these methods just to get the name of the target model class. This allows the user to override this behavior in these rare situations where an AR scope is not directly returned.