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.
2 parents d001c63 + 5e16357 commit c174751Copy full SHA for c174751
README.md
@@ -152,7 +152,7 @@ In `IndexAsSortable` you can add custom actions (with or without the defaults):
152
```ruby
153
index :as => :sortable do
154
actions defaults: false do |page|
155
- link_to "Custom action", my_custon_path(page)
+ link_to "Custom action", my_custom_path(page)
156
end
157
158
```
0 commit comments