constants.rb 149 Bytes
module Noosfero::Constants
  EMAIL_FORMAT = /\A([^@\s]+)@((?:[-_a-z0-9]+\.)+[a-z]{2,})\Z/i
  INTEGER_FORMAT = /\A\d*\Z/i
  PROFILE_PER_PAGE = 10
end