internetee-registry/app/models/legacy/invoice.rb
2015-06-17 13:37:41 +03:00

5 lines
76 B
Ruby

module Legacy
class Invoice < Db
self.table_name = :invoice
end
end