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