| Class | Access::Sensitive::FormBuilder |
| In: |
lib/access_form_helpers.rb
|
| Parent: | ActionView::Helpers::FormBuilder |
Access-sensitive FormBuilder. As for the standard FormBuilder, except that all input helpers generate disabled inputs if the current user does not have permission to change the underlying model attribute.
(In fact, it‘s just a subclass of the standard FormBuilder that mixes in Access::Sensitive::FormBuilderDisablingMixin, q.v.)