Commit 5959527806d3bad29d576bcc9448f1e9f3a3b100

Authored by Luke Baker
1 parent 08eebd7a

fix spacing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/cron_mailer.rb
1 1 unless Rails.env == "development"
2   - include SendGrid
  2 + include SendGrid
3 3 end
4 4 class CronMailer < ActionMailer::Base
5 5  
... ...