Class: PrivateNetwork

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/antfarm/private_network.rb

Overview

PrivateNetwork class that wraps the private_networks table in the ANTFARM database.

  • has many IP networks

Instance Method Summary collapse

Instance Method Details

#to_labelObject

This is for ActiveScaffold



30
31
32
# File 'lib/antfarm/private_network.rb', line 30

def to_label #:nodoc:
  return "Private Network"
end