Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

AO3-5199: Don't generate extra html files #3101

Merged
merged 1 commit into from Oct 6, 2017
Jump to file or symbol
Failed to load files and symbols.
+0 −1
Split
@@ -28,7 +28,6 @@ def show
FileUtils.mkdir_p @work.download_dir
@chapters = @work.chapters.order('position ASC').where(posted: true)
- create_work_html
respond_to do |format|
format.html do