提交 8a741901 编写于 作者: R Robin Dupret

Tiny documentation edits [ci skip]

上级 d69c7e66
......@@ -93,7 +93,7 @@ def modules_for_helpers(args)
super(args)
end
# Return a list of helper names in specific path.
# Returns a list of helper names in a given path.
#
# ActionController::Base.all_helpers_from_path 'app/helpers'
# # => ["application", "chart", "rubygems"]
......
......@@ -815,7 +815,7 @@ calling the `console` method.
For example, in a controller:
```ruby
class PostController < ApplicationController
class PostsController < ApplicationController
def new
console
@post = Post.new
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册