We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you are inheriting methods from a different controller, for example devise, then you can use the word 'super' to inherits its methods
def new super end
This will inherit the new method from the devise controller you are inheriting from