No commit activity in last 3 years
No release in over 3 years
Integrates signed_form into activeadmin forms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Gem Version Dependency Status Code Climate Build Status

SignedForm / Active Admin

Integrates SignedForm with Active Admin.

This eliminates the need to explicitly permit all fields used in Active Admin forms in the generated Active Admin controllers.

Usage

gem 'signed_form-activeadmin'

Caveat

Formtastic uses the check_box_tag helper and not check_box for boolean fields, so they are not caught by SignedForm. This gem will thus sign every formtastic boolean input if SignedForm is used in the containing form and does not limit this to Active Admin. If you use formtastic to add boolean fields to signed forms, you probably want them to be signed as other types are automatically, so this should not be an issue.