Flowdock
method

extract_action

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: Base
extract_action(data) private

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/channel/base.rb, line 250
        def extract_action(data)
          (data["action"].presence || :receive).to_sym
        end
Register or log in to add new notes.