6 lines
114 B
Ruby
6 lines
114 B
Ruby
module Api
|
|
class BaseController < ActionController::Base
|
|
include Dunlop::Ember::ApiBaseController
|
|
end
|
|
end
|