Skip to content

Commit 7cc56b2

Browse files
authored
Update actions.md (#366)
I think the description of standalone actions could be better. As far as I understand it, default (non-standalone) actions always act on the selected records (in index view) or the current record (in show view). Is that correct? When I added a non-standalone action and clicked on it in the index view (without first selecting any records), nothing happened. Maybe a popup saying "please select some records first" would be more helpful?
1 parent 186a634 commit 7cc56b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3.0/actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ You will be prompted by a confirmation modal when you run an action. If you don'
551551

552552
## Standalone actions
553553

554-
You may need to run actions that are not necessarily tied to a model. Standalone actions help you do just that. Add `self.standalone` to an existing action or generate a new one using the `--standalone` option (`bin/rails generate avo:action global_action --standalone`).
554+
You may need to run actions that are not necessarily tied to specific records. Standalone actions help you do just that. Add `self.standalone` to an existing action or generate a new one using the `--standalone` option (`bin/rails generate avo:action global_action --standalone`).
555555

556556
```ruby{3}
557557
class Avo::Actions::DummyAction < Avo::BaseAction

0 commit comments

Comments
 (0)