4b891b1a91
Idk I'm working on a mobile hotspot rn and not including the translations was making this slow, hey may as well fix while we're here right? lol
5 lines
118 B
Ruby
5 lines
118 B
Ruby
class ZonesController < ApplicationController
|
|
def index
|
|
render json: Zone.includes(:translations).all
|
|
end
|
|
end
|