I have following code to render custom form but it failed to load, any thing wrong i'm doing ?
collection_action :upload_csv do
render "admin/csv/upload_csv"
end
my view is located at admin/csv/upload_csv.html.haml
Any help is highly appreciated..