constants.rb 158 Bytes Edit Raw Blame History 1 2 3 4 5 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