Skip to content

Commit

Permalink
Default to winter term
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupiterrr committed Sep 21, 2015
1 parent fa378cc commit b4071c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/vvz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def vvz_node?

def self.current_term
terms = self.roots.first.children
@@current_term ||= terms.find_by_name("SS 2015") || terms.first
@@current_term ||= terms.find_by_name("WS 2015") || terms.first
end

def self.find_or_current_term(id)
Expand Down

0 comments on commit b4071c7

Please sign in to comment.