1 to 3 of 3
Without knowing how your app is setup I cant really speculate why this doesnt work but I do see something that is not right. Your controller is plural. It should be:
class SignalController extends ApplicationController
Controller names are always singular. I would suspect that the controller cannot find your 'Signal' model because in your case it would be looking for a model called 'Signals'.
1 to 3 of 3