Sha256: 5763c2354b73ec3f24d512081fa332e64391f2328cceb58d999a3c28f5735ec4
Contents?: true
Size: 370 Bytes
Versions: 8
Compression:
Stored size: 370 Bytes
Contents
ActiveAdmin.register Account do permit_params :plan, :nombre, :hashid index do selectable_column id_column column :plan column :nombre column :hashid actions end filter :plan filter :nombre filter :hashid form do |f| f.inputs do f.input :plan f.input :nombre f.input :hashid end f.actions end end
Version data entries
8 entries across 8 versions & 1 rubygems