move org ip rules into their own controller
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class OrganizationIPPoolsController < ApplicationController
|
||||
|
||||
include WithinOrganization
|
||||
|
||||
def index
|
||||
@ip_pools = organization.ip_pools.dedicated.order(:name)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user