Module: IpAsInt::IpAddressAttribute
- Defined in:
- lib/ip_as_int/ip_address_attribute.rb
Defined Under Namespace
Modules: IpAddressAttributeClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
5 6 7 |
# File 'lib/ip_as_int/ip_address_attribute.rb', line 5 def self.included(base) base.extend IpAddressAttributeClassMethods end |