Skip to content

Commit

Permalink
Merge pull request #84 from archonwang/master
Browse files Browse the repository at this point in the history
fixed #74
  • Loading branch information
Coren authored Mar 9, 2017
2 parents a4afc73 + d331608 commit 6eb012e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/advanced_roadmap/calendars_controller_patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def add_milestones
include ApplicationHelper
end
milestones = []
@query.milestones(:conditions => ["effective_date BETWEEN ? AND ?",
@query.becomes(Query).milestones(:conditions => ["effective_date BETWEEN ? AND ?",
@calendar.startdt,
@calendar.enddt]).each do |milestone|
milestones << {:name => milestone.name,
Expand Down

0 comments on commit 6eb012e

Please sign in to comment.