I have the following button to download a file.
= button_to \'download\', action: \'download\', method: \'get\'
And I have a download
download
Try this, it should work with your view code just change into routes.rb
resources :movies do get :download, :on => :collection end