Skip to content

Commit

Permalink
style: remove Sequel warning about class loading without a table
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 6, 2017
1 parent 075ed89 commit cf5219c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pact_broker/matrix/row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

module PactBroker
module Matrix
class Row < Sequel::Model
set_dataset(:matrix)
class Row < Sequel::Model(:matrix)

dataset_module do
include PactBroker::Repositories::Helpers
Expand Down

0 comments on commit cf5219c

Please sign in to comment.