Skip to content

Commit

Permalink
Fix typo in auto generated initializer (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskoza committed Mar 5, 2021
1 parent adda6c6 commit dde5103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/templates/activity_notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# Set true when you want to turn on WebSocket API subscription using ActionCable as default.
config.action_cable_api_enabled = false

# Configure if ctivity_notification publishes WebSocket notifications using ActionCable only to authenticated target with Devise.
# Configure if activity_notification publishes WebSocket notifications using ActionCable only to authenticated target with Devise.
# Note that you can configure them for each model by acts_as roles.
# Set true when you want to use Device integration with WebSocket subscription using ActionCable as default.
config.action_cable_with_devise = false
Expand Down

0 comments on commit dde5103

Please sign in to comment.