echarp
7f2b5a7a6e
The region selector is back on the top page, but right under the related country's flag
4 lines
82 B
Ruby
4 lines
82 B
Ruby
ActiveAdmin.register Region do
|
|
permit_params :region_id, :code, :name, :url
|
|
end
|