Skip to content

Instantly share code, notes, and snippets.

@elomar
Created May 22, 2009 20:32
Show Gist options
  • Select an option

  • Save elomar/116343 to your computer and use it in GitHub Desktop.

Select an option

Save elomar/116343 to your computer and use it in GitHub Desktop.
Comment.blueprint do
author_name "Test name"
author_email "unknown@maisweb.org"
post
end
Comment.blueprint(:approved) do
state :approved
end
comment = Comment.make
approved = Coment.make :approved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment