module DockerRailsProxy::InheritableAttributes
Public Class Methods
included(base)
click to toggle source
# File lib/docker_rails_proxy/concerns/inheritable_attributes.rb, line 3 def self.included(base) base.extend(ClassMethods) end