Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 11, 2010 03:05
Show Gist options
  • Save liangzan/574727 to your computer and use it in GitHub Desktop.
Save liangzan/574727 to your computer and use it in GitHub Desktop.
>> reflection = Event.reflect_on_validations_for(:title)
>> reflection[0].macro
=> :validates_length_of
>> reflection[0].options
=> { :minimum => 5 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment