Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#config/routes.rb
Rails.application.routes.draw do
	...
	resource :upload_file #라우터와 컨트롤러 연결
	...
end

1.6  수정 

Code Block
#upload_file.rb

Code Block
#file_uploader.rb