Sha256: 82663b67fa878947ab0495a75521bad2e0764c3c739a14f051603d0fd08cd6f4
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# ПОДкатегории строительных материалов ActiveAdmin.register C80Estate::Atype, :as => 'Atype' do menu :label => "Типы", :parent => "Настройки" permit_params :title, :slug, :prop_name_ids => [] config.sort_order = 'id_asc' # controller do # cache_sweeper :strsubcat_sweeper, :only => [:update,:create,:destroy] # end # before_filter :skip_sidebar!, :only => :index filter :title # controller do # cache_sweeper :suit_sweeper, :only => [:update,:create,:destroy] # end index do selectable_column id_column column :title actions end form(:html => {:multipart => true}) do |f| f.inputs "Свойства" do f.input :title end f.inputs "Характеристики, которыми описываются объекты недвижимости и площади этого типа", :class => 'collapsed' do f.input :prop_names, :as => :check_boxes end f.actions end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
c80_estate-0.1.0 | app/admin/c80_estate/atypes.rb |