Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there possible to use traits in trait? #67

Open
tbetous opened this issue Nov 18, 2021 · 0 comments
Open

Is there possible to use traits in trait? #67

tbetous opened this issue Nov 18, 2021 · 0 comments

Comments

@tbetous
Copy link
Contributor

tbetous commented Nov 18, 2021

Hello there! 👋

Is there a way to use traits in trait like in factory_bot?

Here is an example :

class ListCloner < Clowne::Cloner
  trait :with_items do
    include_association :items
  end
  
  trait :special_list do
    with_items
    finalize do |_source, record, **_params|
      # Do some stuff...
    end
  end
end

Thanks for your work! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant