mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
updating docs
This commit is contained in:
parent
2eb0a6630a
commit
87105622cc
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ module ActionController
|
||||||
#
|
#
|
||||||
# def show
|
# def show
|
||||||
# @repo = Repository.find_by_filesystem_path params[:file_path]
|
# @repo = Repository.find_by_filesystem_path params[:file_path]
|
||||||
|
#
|
||||||
|
# # `repo_name` is guaranteed to be UTF-8, but was ASCII-8BIT, so
|
||||||
|
# # tag it as such
|
||||||
|
# @repo_name = params[:repo_name].force_encoding 'UTF-8'
|
||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# def index
|
# def index
|
||||||
|
|
Loading…
Reference in a new issue