Files
rails/activerecord/test/models/without_table.rb
2010-06-29 19:50:09 +02:00

3 lines
85 B
Ruby

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