Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created December 13, 2010 18:49
Show Gist options
  • Save trevorturk/739402 to your computer and use it in GitHub Desktop.
Save trevorturk/739402 to your computer and use it in GitHub Desktop.
class Post < ActiveRecord::Base
include ActionView::Helpers::TextHelper # truncate
include ERB::Util # h
def to_s
truncate(h(user))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment