Vladislav Volkov
Results
12
comments of
Vladislav Volkov
@apotonick I think that you'r probably right, but as long as there's problem with correlation of models and nested contracts we need to use plural names for nested concepts :(
@apotonick I have nested contract named ``` ruby # app/concepts/account/contact module Account::Contact::Contract class Create > Reform::Form ... end end ``` And I have model named Contact Then I write following...