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 |
There's a fair amount of duplication between
GeneralizedApi::ControllerandGeneralizedApi::Api.GeneralizedApi::Controllershould probably make more use ofGeneralizedApi::Api.generalized_api/lib/generalized_api/controller.rb
Lines 1 to 6 in 093ea7b