class Person
A model with a custom slug text normalizer
Public Instance Methods
normalize_friendly_id(string)
click to toggle source
# File test/active_record2/test_helper.rb, line 42 def normalize_friendly_id(string) string.upcase end