class TrustyCms::ExtensionPath
def helper_paths
Call the class method ExtensionPath.helper_paths to get a list of the helper paths found in all enabled extensions.
Returns the app/helpers path if it is found within this extension root.
def helper_paths check_subdirectory('app/helpers') end