Created
July 14, 2016 02:06
-
-
Save chrislerum/90459b4225b4ad1c07268438321a6732 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get 'videos/:id/coveritlive/enable', controller: 'coveritlive', action: :enable, as: :coveritlive_enable | |
get 'videos/:id/coveritlive/disable', controller: 'coveritlive', action: :disable, as: :coveritlive_disable | |
get 'videos/:id/coveritlive/reset', controller: 'coveritlive', action: :reset, as: :coveritlive_reset | |
get 'videos/:id/coveritlive/start', controller: 'coveritlive', action: :start, as: :coveritlive_start | |
get 'videos/:id/coveritlive/end', controller: 'coveritlive', action: :end, as: :coveritlive_end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment