6 lines
71 B
Ruby
6 lines
71 B
Ruby
class Api::BaseController < ApplicationController
|
|
|
|
layout false
|
|
|
|
end
|