module Test
module WebHelpers module_function def app <%= config[:camel_cased_app_name] %>::ROUTER end end
end