module MyApplication::Business::Prefixed

Public Class Methods

table_name_prefix() click to toggle source
# File activerecord/test/models/company_in_module.rb, line 35
def self.table_name_prefix
  "prefixed_"
end