1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Fix typo in docs

Found this small omission while reviewing the ActionCable docs.
[Dave Moore]
This commit is contained in:
DAVID MOORE 2016-01-15 12:41:18 -05:00
parent e1739070be
commit e4af3ad335

View file

@ -11,7 +11,7 @@ module ActionCable
end end
class_methods do class_methods do
# Mark a key as being a connection identifier index that can then used to find the specific connection again later. # Mark a key as being a connection identifier index that can then be used to find the specific connection again later.
# Common identifiers are current_user and current_account, but could be anything really. # Common identifiers are current_user and current_account, but could be anything really.
# #
# Note that anything marked as an identifier will automatically create a delegate by the same name on any # Note that anything marked as an identifier will automatically create a delegate by the same name on any