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