concern(topic, &module_definition)
Instance Public methods
A low-cruft shortcut to define a concern.
concern :EventTracking do ... end
is equivalent to
module EventTracking extend ActiveSupport::Concern ... end
A low-cruft shortcut to define a concern.
concern :EventTracking do ... end
is equivalent to
module EventTracking extend ActiveSupport::Concern ... end
Please login to continue.