lib/api/v3/utilities/path_helper.rb
Class ApiV3Path
has 84 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class ApiV3Path
extend API::Utilities::UrlHelper
def self.index(name, path = nil)
plural_name = name.to_s.pluralize
File path_helper.rb
has 371 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
module API
module V3
module Utilities
module PathHelper
include API::Utilities::UrlHelper