From 8544df97f7a77401292fb6fa5a07087f47764f33 Mon Sep 17 00:00:00 2001 From: Jason Dew Date: Thu, 30 Jul 2015 14:21:12 -0400 Subject: Fixing some documentation, correcting grammar, and removing unnecessary whitespace --- lib/action_cable/connection/identification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/action_cable/connection/identification.rb') diff --git a/lib/action_cable/connection/identification.rb b/lib/action_cable/connection/identification.rb index 113e41ca3f..1be6f9ac76 100644 --- a/lib/action_cable/connection/identification.rb +++ b/lib/action_cable/connection/identification.rb @@ -16,7 +16,7 @@ module ActionCable # channel instances created off the connection. def identified_by(*identifiers) Array(identifiers).each { |identifier| attr_accessor identifier } - self.identifiers += identifiers + self.identifiers += identifiers end end -- cgit v1.2.3