currently all functions in a controller are exposed. How about only
exposing a functions if its name does not start with an underscore, or
does not start with two underscores?
Markus
ah, thank you
Markus
Functions defined in controllers and having a space after the () and before the ‘:’ are private.
ex:
1 2 | def pri_action() :# do some thing |