مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
10 أسطر
163 B
Ruby
10 أسطر
163 B
Ruby
class IPPoolsController < ApplicationController
|
|
|
|
include WithinOrganization
|
|
|
|
def index
|
|
@ip_pools = organization.ip_pools.dedicated.order(:name)
|
|
end
|
|
|
|
end
|