Class: Vocabulary

Inherits:
Sequel::Model
  • Object
show all
Defined in:
backend/app/model/vocabulary.rb

Class Method Summary collapse

Class Method Details

.set(params) ⇒ Object



9
10
11
# File 'backend/app/model/vocabulary.rb', line 9

def self.set(params)
  self.where(params)
end