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

4 lines
86 B
Ruby

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