Skip to content

Commit

Permalink
Update app/controllers/csvfiles_controller.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Tilda Udufo <mathildaudufo@gmail.com>
  • Loading branch information
victory-lydia and TildaDares committed Oct 20, 2022
1 parent 1b52500 commit cdc290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/csvfiles_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def setter
filetitle: params[:filetitle],
filedescription: params[:filedescription],
filepath: params[:object],
filename: "file #{Time.now.to_i}",
filename: "file#{Time.now.to_i}",
filestring: params[:filestring]
)
render json: @csvfile if @csvfile.save
Expand Down

0 comments on commit cdc290a

Please sign in to comment.