maintenance_tasks
maintenance_tasks copied to clipboard
Add parameters from web
I love this gem and use it frequently in my projects.
This update allows parameters passed from the browser to be reflected in the form on the Task screen.
For example, when accessing the URL
http://localhost:3000/maintenance_tasks/tasks/Maintenance::ParamsTask?post_ids=739&content=custom_content
,
the form will automatically set the values of post_ids and content.