I want to alias a class method on one of my Rails models.
def self.sub_agent id = SubAgentStatus.where(name: \"active\").first.id where(type: \"SubAg
I can confirm that:
class <
works perfectly even when it is inherited from a base class. Thanks!