rails--rails/activerecord/test/models/without_table.rb

3 lines
85 B
Ruby

class WithoutTable < ActiveRecord::Base
default_scope where(:published => true)
end