Whenever I render a view, the error
encoding without a string argument`
is being thrown. This is my controller method:
def show(self, Application):
view('welcome', {'app': Application})
Whenever I render a view, the error
encoding without a string argument`
is being thrown. This is my controller method:
def show(self, Application):
view('welcome', {'app': Application})