I need to call method "new_page" in one module from another. I made a button to call this function.
In templates:
In models i defined the action:
This method must call function from module. But nothing happens.
Is it required to make a new controller?