Displaying 1 result from an estimated 1 matches for "cb3ef805".
Did you mean:
c23ef80b
2006 Mar 24
2
Where to put array to be shared across models.
Quick question: I have an array of reserved words that I want to share
across most of my models so I can do something like this in the models:
validates_exclusion_of :username, :in => RESERVED_WORDS, :message => "This
username is a reserved word. Please choose another."
Here is a sampling of the the array:
RESERVED_WORDS = %w( blog blogs forum forums search login logout signup