Sha256: 42f147cbaf9979fa194f271c3e13197052c97142b93864fa01f3bce54c30a82e
Contents?: true
Size: 258 Bytes
Versions: 6
Compression:
Stored size: 258 Bytes
Contents
= simple_form_for @contact_message, url: enjoy_contacts_path, html: {data: {remote: true }} do |f| = f.input :name = f.input :email = f.input :phone = f.input :content, as: :text = f.input :captcha, as: :simple_captcha = f.submit t('enjoy.send')
Version data entries
6 entries across 6 versions & 1 rubygems