Class: Dina::PreparationMethod
- Inherits:
-
BaseModel
- Object
- JsonApiClient::Resource
- BaseModel
- Dina::PreparationMethod
show all
- Defined in:
- lib/dina/models/preparation_method.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
14
15
16
|
# File 'lib/dina/models/preparation_method.rb', line 14
def self.endpoint_path
"collection-api/"
end
|
.table_name ⇒ Object
18
19
20
|
# File 'lib/dina/models/preparation_method.rb', line 18
def self.table_name
"preparation-method"
end
|