Class: StemDatabase::Db
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- StemDatabase::Db
- Includes:
- LLT::DbHandler::Prometheus::DbToLemma
- Defined in:
- lib/llt/db_handler/prometheus/db/models.rb
Instance Method Summary collapse
Methods included from LLT::DbHandler::Prometheus::DbToLemma
Instance Method Details
#type ⇒ Object
16 17 18 |
# File 'lib/llt/db_handler/prometheus/db/models.rb', line 16 def type self.class.name.match(/Db(.*)/)[1].downcase.to_sym end |