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 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.

Reply via email to