module CommonEngine

Constants

VERSION

Public Class Methods

table_name_prefix() click to toggle source
# File lib/common_engine.rb, line 7
def self.table_name_prefix
end
use_relative_model_naming?() click to toggle source
# File lib/common_engine.rb, line 4
def self.use_relative_model_naming?
  true
end