Module: ForeignFQDNRouting::Controller

Defined in:
lib/foreign_fqdn_routing.rb

Class Method Summary collapse

Class Method Details

.included(controller) ⇒ Object



31
32
33
34
# File 'lib/foreign_fqdn_routing.rb', line 31

def self.included(controller)
  controller.helper_method(:foreign_domain?)
  controller.helper_method(:foreign_fqdn?)
end