We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb2412 commit 6a73d29Copy full SHA for 6a73d29
docs/3-index-pages/index-as-blog.md
@@ -23,7 +23,7 @@ resource. For example:
23
end
24
25
This will result in the title of the post being the return value of
26
-#a_method_to_call
+Resource#a_method_to_call
27
28
Second, you can pass a block to the tile option which will then be
29
used as the contents fo the title. The resource being rendered
lib/active_admin/views/index_as_blog.rb
@@ -24,7 +24,7 @@ module Views
# end
#
# This will result in the title of the post being the return value of
- # #a_method_to_call
+ # Resource#a_method_to_call
# Second, you can pass a block to the tile option which will then be
30
# used as the contents fo the title. The resource being rendered
0 commit comments