Sha256: 7609f6c9dc96adabe8df7f5cc9843252184717e07d180b83c849eb331edb5a12

Contents?: true

Size: 121 Bytes

Versions: 6

Compression:

Stored size: 121 Bytes

Contents

# frozen_string_literal: true

class WithoutTable < ActiveRecord::Base
  default_scope -> { where(published: true) }
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ibm_db-5.5.0 test/models/without_table.rb
ibm_db-5.4.1 test/models/without_table.rb
ibm_db-5.4.0 test/models/without_table.rb
ibm_db-5.3.2 test/models/without_table.rb
ibm_db-5.3.1 test/models/without_table.rb
ruby-on-quails-0.1.0 activerecord/test/models/without_table.rb