Skip to content

Instantly share code, notes, and snippets.

@mPanasiewicz
Created September 20, 2016 09:45
Show Gist options
  • Save mPanasiewicz/727a21339dcae3d77bf235c3d5dd6ff7 to your computer and use it in GitHub Desktop.
Save mPanasiewicz/727a21339dcae3d77bf235c3d5dd6ff7 to your computer and use it in GitHub Desktop.
validates :full_name, format: { with: /\A([-']?[a-ząęóżźćńłśA-ZŁŻ]){2,30} +([-']?[a-ząęóżźćńłśA-ZŁŻ]){2,30}\z/,
message: Spree.t('wrong_format') }
validates :email, format: { with: /\A\S+@\S+\.\S+\z/, message: Spree.t('wrong_format') }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment