search for: basic_text_block_format

Displaying 1 result from an estimated 1 matches for "basic_text_block_format".

2006 Sep 10
1
validates_format_of :something, :with => /REGEX/
...ke this: validates_format_of :name, :with => :basic_safe_text # naming could be different, but... validates_format_of :email, :with => :email_format validates_format_of :url, :with => :url_format validates_format_of : basic_text_block, :with => :basic_text_block_format validates_format_of :basic_text_with_textile_block, :with => : basic_text_with_textile_block_format or validates_format_of :text, :included_chars => %w(a-zA-Z0-9 -'';) # some method for specifying which chars we wish to accept :excluded_chars => %w( *...