Sha256: 4e1577918301b7d42d7bb2ff58f9ebbc74ad8e2a060353677af1b6824dfcf7d0

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

module PowerApi
  class BaseController < ApplicationController
    include Rails::Pagination

    include Api::Error
    include Api::Deprecated
    include Api::Filtered

    self.responder = ApiResponder

    respond_to :json
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
power_api-2.1.1 app/controllers/power_api/base_controller.rb
power_api-2.1.0 app/controllers/power_api/base_controller.rb
power_api-2.0.2 app/controllers/power_api/base_controller.rb
power_api-2.0.1 app/controllers/power_api/base_controller.rb
power_api-2.0.0 app/controllers/power_api/base_controller.rb
power_api-1.0.0 app/controllers/power_api/base_controller.rb