My model name in one of rails app is OrganizationUser
and is there any way to create alias name for this model as OU or OrgUser so that I can use in rails console..
If kishie's answer does not suit you you could create another model that inherits from OrganizationUser:
class OU < OrganizationUser
end
or
class OrgUser < OrganizationUser
end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With