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