Skip to content

Commit

Permalink
Merge pull request #111 from ests/syntax-error-fix
Browse files Browse the repository at this point in the history
Fix syntax error in case the responder is explicitly included.
  • Loading branch information
rafaelfranca committed Dec 31, 2014
2 parents 7fbac14 + 7b5093c commit c71303e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/responders/location_responder.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Responders
module LocationResponder
def self.included(_base)
ActiveSupport::Deprecation.warn "Responders::LocationResponder is enabled by default, "
ActiveSupport::Deprecation.warn "Responders::LocationResponder is enabled by default, " \
"no need to include it", caller
end
end
Expand Down

0 comments on commit c71303e

Please sign in to comment.