Module: Responders::LocationResponder

Defined in:
lib/responders/location_responder.rb

Class Method Summary collapse

Class Method Details

.included(_base) ⇒ Object



3
4
5
6
# File 'lib/responders/location_responder.rb', line 3

def self.included(_base)
  ActiveSupport::Deprecation.warn "Responders::LocationResponder is enabled by default, " \
                                  "no need to include it", caller
end