5 lines
122 B
Ruby
5 lines
122 B
Ruby
# Manage regions, mostly get stats out of them
|
|
class RegionsController < InheritedResources::Base
|
|
has_scope :region
|
|
end
|