module ExceptionHandler

_____                   _   _               _   _                 _ _            ##

| _| | | (_) | | | | | | | ## | |__ _ _ _ __ | |_ _ _ _ __ | |_| | __ _ _ __ __| | | _ _ __ ## | __\ / / __/ _ \ '_ | __| |/ _ | '_ \ | _ |/ _` | '_ \ / _` | |/ _ \ '__| ## | |_> < (_| __/ |_) | |_| | (_) | | | | | | | | (_| | | | | (_| | | __/ | ## ___//_____| .__/ __|_|__/|| |_| _| |/_,_|_| |_|__,_|_|__|| ##

| |                                                              ##
|_|                                                              ##
_____            _                ##

| _| (_) ## | |__ _ __ __ _ _ _ __ _ ## | __| '_ \ / _` | | '_ \ / _ \ ## | |__| | | | (_| | | | | | __/ ## ___/| |_|__, |_|_| |_|___| ##

 __/ |                 ##
|___/                  ##
_   _               _               ##

| | | | (_) ## | | | | _ _ __ _ _ _ _ __ ## | | | |/ _ \ '__/ __| |/ _ | '_ \ ## \ _/ / __/ | __ \ | (_) | | | | ##

\___/ \___|_|  |___/_|\___/|_| |_|  ##
                                    ##

Public Class Methods

table_name_prefix() click to toggle source

> Table Prefix

> Keeps Rails Engine from generating all table prefixes with the engines name

> stackoverflow.com/questions/19435214/rails-mountable-engine-with-isolate-namespace-but-without-prefixed-namespace-on

# File lib/exception_handler.rb, line 22
def self.table_name_prefix
  # => No prefix
end