Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
require 'nitro/controller' require 'glue/localization' class AccountController < Nitro::Controller helper :xhtml wrap LocalizationAspect, :pre => :localize def index @title = 'Account Listing' end end
From the Design Piracy series on my blog: