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

Support ActiveSupport::Concern.included #819

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Jun 29, 2021

No description provided.

@aycabta aycabta merged commit 87c092e into ruby:master Jun 30, 2021
@aycabta aycabta deleted the support-included branch June 30, 2021 11:07
@zzak
Copy link
Member

zzak commented Jun 30, 2021

@aycabta What do you think about prepended and class_methods?

e.g.

module SomeConcern
  extend ActiveSupport::Concern

  included do
  end

  prepended do
  end

  class_methods do
  end
end

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

Successfully merging this pull request may close these issues.

3 participants