Re: [Rails] No method defined in controller

2015-04-11 Thread Colin Law
On 11 April 2015 at 18:01, Rahul Arora arorarahul14...@gmail.com wrote: Hello all, i am working on login module of application i have the method defined in Model and calling it from controller but the error says no method defined in controller below are model and controller code Please

[Rails] No method defined in controller

2015-04-11 Thread Rahul Arora
Hello all, i am working on login module of application i have the method defined in Model and calling it from controller but the error says no method defined in controller below are model and controller code class AuthenticationController ApplicationController def sign_in @user = User.new