5 lines
57 B
Ruby
5 lines
57 B
Ruby
|
module Location
|
||
|
class Engine < Rails::Engine
|
||
|
end
|
||
|
end
|