Skip to content

Commit

Permalink
attempt to fix documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
bry4n committed Oct 30, 2012
1 parent 7b56cca commit 58f0e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/doc_controller.rb
Expand Up @@ -16,7 +16,7 @@ def test
def man
latest = Rails.cache.read("latest-version")
filename = params[:file]
version = params[:version] || latest
version = params[:version] # || latest
@cache_key = "man-v3-#{filename}-#{latest}-#{version}"

if !Rails.cache.exist?("views/" + @cache_key)
Expand Down

0 comments on commit 58f0e3e

Please sign in to comment.