module Sufia::Arkivo

Constants

CONTRIBUTOR_TYPES
CREATOR_TYPES
ITEM_SCHEMA
VERSION

Public Class Methods

config() click to toggle source
# File lib/sufia/arkivo/config.rb, line 3
def self.config
  @config ||= YAML.load(ERB.new(IO.read(File.join(Rails.root, 'config', 'arkivo.yml'))).result).with_indifferent_access[Rails.env]
end
new_subscription_url() click to toggle source
# File lib/sufia/arkivo/config.rb, line 7
def self.new_subscription_url
  '/api/subscription'
end