features/support/show.rb in active_cucumber-0.0.6 vs features/support/show.rb in active_cucumber-0.0.7
- old
+ new
@@ -1,4 +1,5 @@
class Show < ActiveRecord::Base
belongs_to :genre
has_many :episodes
+ has_many :subscriptions
end
- old
+ new