module Tasks module Taskables::Text def self.table_name_prefix 'tasks_taskables_text_' end end end