Skip to content

Commit

Permalink
Fix example that became outdated after a code change.
Browse files Browse the repository at this point in the history
[#5770 state:resolved]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
Andrea Campi authored and spastorino committed Oct 9, 2010
1 parent b439c14 commit e695c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/asset_tag_helper.rb
Expand Up @@ -152,7 +152,7 @@ module Helpers #:nodoc:
#
# # Normally you'd calculate RELEASE_NUMBER at startup.
# RELEASE_NUMBER = 12345
# config.action_controller.asset_path_template = proc { |asset_path|
# config.action_controller.asset_path = proc { |asset_path|
# "/release-#{RELEASE_NUMBER}#{asset_path}"
# }
#
Expand Down

0 comments on commit e695c40

Please sign in to comment.