There's a fair amount of duplication between GeneralizedApi::Controller and GeneralizedApi::Api. GeneralizedApi::Controller should probably make more use of GeneralizedApi::Api.
|
# frozen_string_literal: true |
|
|
|
require "will_paginate" |
|
|
|
module GeneralizedApi |
|
class Controller < ActionController::Base |