\'//\'=>\'/\'
I have written this rule in url manager so th
What you are trying to achieve is impossible and useless.
Think about it logically. Action in this case simply won't know exactly what model should be loaded and updated.
I see only one possible use case of that.
When you load page post/update
, then select post from list to update and load it with AJAX.
In this case just remove id
from action parameters, you don't need to write additional url rules for that.