Skip to content

cschramm/signed_form-activeadmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages