I have a function called "insert" in my categories controller. When I call the function via url like this: /categories/insert it works OK, but if I call the function like this: /categories/insert/ (slash at the end) the function is called three times. I have a function called "insert" in my categor