module RedmineRest::Models

Namespace for models + some self-methods

Constants

LIST

Public Class Methods

configure_models(params) click to toggle source
# File lib/redmine_rest/models.rb, line 28
def self.configure_models(params)
  ModelConfigurator.new.configure_models(params)
end