7 lines
74 B
Ruby
7 lines
74 B
Ruby
class Api::ShopsController < Api::ApiController
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
end |