6 lines
68 B
Ruby
6 lines
68 B
Ruby
|
|
module IdCard
|
||
|
|
def self.table_name_prefix
|
||
|
|
"id_card_"
|
||
|
|
end
|
||
|
|
end
|