I am almost certain I've seen a blurb about this ... but can't seem to find it.
Help?! :)
--Kai
Here is the error message:
=ERROR REPORT==== 29-Jan-2013::12:58:39 ===
** Generic server <0.190.0> terminating
** Last message in was {route,"/"}
** When Server state == {state,openstuff,
["openstuff_stuff_controller",
"openstuff_main_controller"],
36889,40984}
** Reason for termination ==
** {'function not exported',
[{openstuff_stuff_controller,'_routes',
[{openstuff_stuff_controller,1,2}],
[]},
{boss_controller_lib,convert_params_to_tokens,3,
[{file,"src/boss/boss_controller_lib.erl"},{line,6}]},
{boss_router_controller,handle_call,3,
[{file,"src/boss/boss_router_controller.erl"},{line,73}]},
{gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,588}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,227}]}]}
and here is my (excerpt of) the routes file:
% Front page
{"/", [{controller, "stuff"}, {action, "index"}]}.