I have namespace models like so
# /app/models/metadata.rb module Metadata class << self def table_name_prefix "metadata_" end en