class TrustyCms::Extension

def routed?

Conventional plugin-like routing
def routed?
  File.exist?(routing_file)
end