Skip to content

Instantly share code, notes, and snippets.

@kmdsbng
Created January 26, 2014 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmdsbng/8633061 to your computer and use it in GitHub Desktop.
Save kmdsbng/8633061 to your computer and use it in GitHub Desktop.
refinemehts rails presenter sample
---
using: PostShowPresenter
---
p
strong Title:
= @post.title
p
strong Text:
= @post.body
p
strong TextLength:
= @post.body_length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment