Flowdock
method

new

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: Configuration
new() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/server/configuration.rb, line 13
      def initialize
        @log_tags = []

        @connection_class = -> { ActionCable::Connection::Base }
        @worker_pool_size = 4

        @disable_request_forgery_protection = false
        @allow_same_origin_as_host = true
      end
Register or log in to add new notes.