agenda-libre-ruby/app/admin/region.rb
echarp 7f2b5a7a6e Regions can now be organised into a hierarchy.
The region selector is back on the top page, but right under the related country's flag
2017-05-20 16:02:07 +02:00

4 lines
82 B
Ruby

ActiveAdmin.register Region do
permit_params :region_id, :code, :name, :url
end