#88 Check if Backlog#is_main? is necessary

pull/6827/head
Mark Maglana 15 years ago
parent 0a1bf685dc
commit 8582241580
  1. 4
      app/models/backlog.rb

@ -20,7 +20,9 @@ class Backlog < ActiveRecord::Base
end
def is_main?
# Change this once bug #42 is fixed
# Used by generate_chart_data.rake because I'm expecting
# to create real backlogs in the future to represent
# the Main Backlogs of every project.
false
end

Loading…
Cancel
Save