module Tasks module Taskables::Image def self.table_name_prefix 'tasks_taskables_image_' end end end