Skip to content

Instantly share code, notes, and snippets.

@apolzon
Created May 17, 2010 15:51
Show Gist options
  • Select an option

  • Save apolzon/403898 to your computer and use it in GitHub Desktop.

Select an option

Save apolzon/403898 to your computer and use it in GitHub Desktop.
# --- Attribute Names --- #
def self.human_attribute_name(attr)
super unless attr == "due_date"
debugger
"apolzon says your date is defunk"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment