app/controllers/base/base_controller.rb
Class BaseController
has 34 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class BaseController
V2_ROUTE_PREFIX ||= '/v2'.freeze
include VCAP::CloudController
include CloudController::Errors
Method initialize
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def initialize(config, logger, env, params, body, sinatra=nil, dependencies={})