Skip to content

Commit

Permalink
Fix syntax error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DanOlson committed Oct 17, 2014
1 parent 3ccd9e0 commit 66989d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class Account < ActiveForce::SObject

has_many :today_log_entries,
model: DailyLogEntry,
scoped_as: ->{ where(date: Time.now.in_time_zone.strftime("%Y-%m-%d") }
scoped_as: ->{ where(date: Time.now.in_time_zone.strftime("%Y-%m-%d")) }

has_many :labs,
scoped_as: ->{ where("Category__c = 'EMR' AND Date__c <> NULL").order('Date__c DESC') }
Expand Down

0 comments on commit 66989d0

Please sign in to comment.