- Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Pointed out in #35.
require 'computed_model' module UserConcern extend ActiveSupport::Concern include ComputedModel::Model computed def foo; end endTraceback (most recent call last): 1: from test.rb:3:in `<main>' test.rb:7:in `<module:UserConcern>': undefined method `computed' for UserConcern:Module (NoMethodError) Did you mean? Complex Metadata
Metadata
Assignees
Labels
No labels