Sha256: ec447775e60065a1a756b86220ffbc81ee492d899fbdcae187e41284356c2cef

Contents?: true

Size: 317 Bytes

Versions: 5

Compression:

Stored size: 317 Bytes

Contents

# @title Vedeu Application Events

## Application Events

### :\_goto_
Call a client application controller's action with parameters.

    Vedeu.trigger(:_goto_,
                  :your_controller,
                  :some_action,
                  { id: 7 })
    Vedeu.goto(:your_controller, :some_action, { id: 7 })

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vedeu-0.6.32 docs/events/application.md
vedeu-0.6.31 docs/events/application.md
vedeu-0.6.30 docs/events/application.md
vedeu-0.6.29 docs/events/application.md
vedeu-0.6.28 docs/events/application.md