Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
def index place_action(:action => 'index') @users = User.find_by_localization(self.remembered_position) respond_to do |wants| wants.html wants.js do render :update do |page| page.replace_html 'inner-content', :partial => 'index', :object => @users end end end end
From the Design Piracy series on my blog: