Sha256: ff8313371443a495cc410ebca5507f251cead12d305b64134a660979e63680a9
Contents?: true
Size: 330 Bytes
Versions: 9
Compression:
Stored size: 330 Bytes
Contents
ActiveAdmin.register Article do scope :all, :default => true scope :catA scope :catB scope :catC form do |f| f.inputs do f.input :title f.input :body f.input :tags f.input :category, as: :select, collection: %w(A B C) f.input :image, as: :single_file end f.actions end end
Version data entries
9 entries across 9 versions & 1 rubygems