[Rails] Re: how testing associated objects?

2015-09-10 Thread Stella Pinto
Being from India, this a question to Ruby on rails experts in India... i have some doubts regarding risk based testing? how to perform it? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To

[Rails] Re: how testing associated objects?

2015-09-02 Thread Matt Jones
On Tuesday, 1 September 2015 14:40:39 UTC-4, Ruby-Forum.com User wrote: > > please help solve the problem. > > poll controller: > > class PollsController < ApplicationController > def index > @user = User.find(params[:user_id]) > @polls = @user.polls.paginate(page: params[:page],