Class: Dina::ObjectStore

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/dina/models/object_store.rb

Class Method Summary collapse

Methods inherited from BaseModel

custom_headers, #english_description, find_by_group, #french_description, site

Class Method Details

.endpoint_pathObject



38
39
40
# File 'lib/dina/models/object_store.rb', line 38

def self.endpoint_path
  "objectstore-api/"
end

.table_nameObject



42
43
44
# File 'lib/dina/models/object_store.rb', line 42

def self.table_name
  "metadata"
end