Skip to content

Support ActiveSupport::Concern.included - #819

Merged
aycabta merged 1 commit into
ruby:masterfrom
aycabta:support-included
Jun 30, 2021
Merged

Support ActiveSupport::Concern.included#819
aycabta merged 1 commit into
ruby:masterfrom
aycabta:support-included

Conversation

@aycabta

@aycabta aycabta commented Jun 29, 2021

Copy link
Copy Markdown
Member

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

zzak commented Jun 30, 2021

Copy link
Copy Markdown
Member

@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants