مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-18 22:09:46 +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
|