Sha256: 58e8a69a9067b82dcfdb39109b30273040b62e56994dd70e5cfa9f0b1b1f0c22
Contents?: true
Size: 360 Bytes
Versions: 9
Compression:
Stored size: 360 Bytes
Contents
.field = f.label :controller, class: 'label' .control = f.text_field :controller, class: 'input', required: true, data: { validation_path: new_validations_controller_name_path } .field = f.label :action, class: 'label' .control = f.text_field :action, class: 'input', required: true, data: { validation_path: new_validations_action_name_path }
Version data entries
9 entries across 9 versions & 1 rubygems