Skip to content

Instantly share code, notes, and snippets.

@chrislerum
Created July 14, 2016 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrislerum/90459b4225b4ad1c07268438321a6732 to your computer and use it in GitHub Desktop.
Save chrislerum/90459b4225b4ad1c07268438321a6732 to your computer and use it in GitHub Desktop.
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