Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created September 15, 2009 20:52
Show Gist options
  • Select an option

  • Save tammersaleh/187637 to your computer and use it in GitHub Desktop.

Select an option

Save tammersaleh/187637 to your computer and use it in GitHub Desktop.
def ensure_owned_by_journalist
errors.add_to_base("You must be a journalist to create a counterpoint.") unless Counterpoint.creatable?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment