Class: Dina::CollectingEvent
- Inherits:
-
BaseModel
- Object
- JsonApiClient::Resource
- BaseModel
- Dina::CollectingEvent
show all
- Defined in:
- lib/dina/models/collecting_event.rb
Class Method Summary
collapse
Methods inherited from BaseModel
custom_headers, #english_description, find_by_group, #french_description, site
Class Method Details
.endpoint_path ⇒ Object
52
53
54
|
# File 'lib/dina/models/collecting_event.rb', line 52
def self.endpoint_path
"collection-api/"
end
|
.table_name ⇒ Object
56
57
58
|
# File 'lib/dina/models/collecting_event.rb', line 56
def self.table_name
"collecting-event"
end
|