agenda-libre-ruby/app/controllers/regions_controller.rb
echarp fd1c11265b Latest active_admin version should work with adl.
But waiting for ruby > 2.1 in production...
2017-07-28 00:35:14 +02:00

5 lines
122 B
Ruby

# Manage regions, mostly get stats out of them
class RegionsController < InheritedResources::Base
has_scope :region
end