Files
baclight/app/models/id_card.rb
T

6 lines
68 B
Ruby

module IdCard
def self.table_name_prefix
"id_card_"
end
end