module Responders::LocationResponder

Public Class Methods

included(_base) click to toggle source
# 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