diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/support/model.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/support/model.rb b/spec/support/model.rb index bd4376efcb..10a14d7092 100644 --- a/spec/support/model.rb +++ b/spec/support/model.rb @@ -22,7 +22,9 @@ module Arel end end - class Model < Relation + class Model + include Relation + attr_reader :engine, :attributes def self.build |