Class: Design::HomeController

Inherits:
BaseController show all
Defined in:
app/controllers/design/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#swipeObject



4
5
6
7
8
9
10
# File 'app/controllers/design/home_controller.rb', line 4

def swipe
  @videos = [
    'http://qiniu-xinshengyin.work.design/01.mp4',
    'http://qiniu-xinshengyin.work.design/02.mp4',
    'http://qiniu-xinshengyin.work.design/03.mp4'
  ]
end