spec/fixtures/models.rb in by_star-0.7.1 vs spec/fixtures/models.rb in by_star-0.7.2
- old
+ new
@@ -10,9 +10,10 @@
class Tag < ActiveRecord::Base
has_and_belongs_to_many :posts
end
class Event < ActiveRecord::Base
+ by_star_field :start_time
named_scope :secret, :conditions => { :public => false }
end
class Invoice < ActiveRecord::Base
has_many :day_entries
\ No newline at end of file