Sha256: 2ee88c5e99c13b7ba9e960d711419ccda05e6997b9af0a97dcdd8256b0979a65
Contents?: true
Size: 190 Bytes
Versions: 12
Compression:
Stored size: 190 Bytes
Contents
# frozen_string_literal: true module Decidim class PasswordForm < Form attribute :password attribute :password_confirmation validates :password, confirmation: true end end
Version data entries
12 entries across 12 versions & 1 rubygems