Commit da02b7f5befa7520b5dacbccf4ac838c5ae0c3a2

Authored by Antonio Terceiro
1 parent 20741341

[rails3] Add explicit require statement

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/models/mailing.rb
  1 +require 'mailing_job'
  2 +
1 3 class Mailing < ActiveRecord::Base
2 4  
3 5 validates_presence_of :source_id, :subject, :body
... ...