Class: Sequel::Model

Inherits:
Object show all
Includes:
Inform::InheritanceListener
Defined in:
lib/runtime/persistence.rb

Overview

The Sequel::Model class

Class Method Summary collapse

Methods included from Inform::InheritanceListener

included

Class Method Details

.implicit_table_nameObject



288
289
290
# File 'lib/runtime/persistence.rb', line 288

def self.implicit_table_name
  underscore(demodulize(name)).to_sym
end