class Engine2::RootAction

Public Class Methods

new(*args) click to toggle source
Calls superclass method Engine2::Action::new
# File lib/engine2/action.rb, line 236
def initialize *args
    super
    @meta.merge! environment: Handler::environment, application: Engine2::SETTINGS[:name], uuid: SecureRandom.uuid,
        key_separator: Engine2::SETTINGS[:key_separator], ws_methods: ActionWebSocketSupport::WS_METHODS
end