Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
# This works fine as expected, it shows that I have a Subscriber object @subscribers = Subscriber.find(:all) flash[:debug] = @subscribers.first.class #This one throws an exception "Subscriber can't be referred", but it's the same subscriber as above... @subscribers = User.find(current_user).subscribers flash[:debug] = @subscribers.first.class
From the Design Piracy series on my blog: