On Tue, Feb 28, 2012 at 5:31 PM, Colin Law <clan...@googlemail.com> wrote:
> On 28 February 2012 11:53, sachin kewale <sachinkew...@gmail.com> wrote: > > > > > > On Tue, Feb 28, 2012 at 5:06 PM, Michael Pavling <pavl...@gmail.com> > wrote: > >> > >> On 28 February 2012 11:26, sachin kewale <sachinkew...@gmail.com> > wrote: > >> > i am getting an error 'undefined method 'current' for 852:Fixnum', > >> > the > >> > error coming for following line > >> > > >> > <%if @expert_pagination.current.previous%> > >> > >> ....and the value of @expert_pagination is what? Have you debugged it to > >> see? > >> I assume you expect it to be an object of some sort with a method > >> ".current"; but the error is telling you that it's a Fixnum... > >> > > > > yes the @expert_pagination is object > > No it is not an object, it is a number. Have a look at the Rails > Guide on Debugging to get ideas on how to work out what is going on. > > Colin > > > one more condition is there as same > > above > > '@book_pages.current.previous' here it is getting the value in number > > (1,2,3,4) > > here also it is given same error. > > > > -- > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk@googlegroups.com. > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscr...@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > gplus.to/clanlaw > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk@googlegroups.com. > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > yes it is number ,but when the number is like 6,7 it is giving an error ''undefined method 'current' for 852:Fixnum'' -- Sachin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.