clean up whitespace

This commit is contained in:
Matt Rogers 2013-07-29 16:36:52 -05:00
parent a1aaa283f1
commit 07a983ca1c
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
class Preference < ActiveRecord::Base
belongs_to :user
belongs_to :sms_context, :class_name => 'Context'
def self.due_styles
{ :due_in_n_days => 0, :due_on => 1}
end