how do i create a file download link in ActiveAdmin to download an uploaded file?
i tried something like this
action_item :only=> :show do
link_to('Download file', [@user, :upload_file])
end
any guy with help
|
how do i create a file download link in ActiveAdmin to download an uploaded file? i tried something like this
any guy with help |
|||
|
|
|
I don't know the complete code that you are using but that should work - routes.rb -
controller -
View -
|
|||||||||||
|