As I understand it, you need to simulate your models so that they can be loaded.
use generator:
> ./script/generate model Customer::Address
will create a model in app/models/customer/address.rb
class Customer::Address
end
It will load recursively, but in order for the rails to find it, it is necessary that the namespace matches the outline.
, ( , 2.3.5 , ). customer_addresses, - addresses. , set_table_name 'customers_addresses' , .