agenda-libre-ruby/app/controllers/regions_controller.rb

5 lines
122 B
Ruby

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