Aleksandr Koltunov
Results
2
issues of
Aleksandr Koltunov
Defining an associaton gives me a `finalize_associations!'` exception, so I guess it's not implemented. I need to combine a http relation with a sql relation. Am I not mistaking that...
feature
associations
Is there a way to set default params for current relation? I want to be able not to include these kind of lines ``` .with_base_path('users') .add_params(expand: 'account,account_details') ``` everywhere in...