Skip to content

Commit

Permalink
need to do a better job in resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravtiwari committed Apr 25, 2012
1 parent ca65106 commit 0e1d651
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/controllers/assessments_controller.rb
Expand Up @@ -5,7 +5,6 @@ class AssessmentsController < ApplicationController


def index def index
@assessments = Assessment.all @assessments = Assessment.all
@categories = Hash[*Category.all.collect { |c| [c.code, c.name]}.flatten]
end end


def show def show
Expand All @@ -15,7 +14,6 @@ def show
end end


def new def new
@categories = Hash[*Category.all.collect { |c| [c.code, c.name]}.flatten]
@questions = Question.find_all_by_category_code('overview') @questions = Question.find_all_by_category_code('overview')
end end


Expand Down

0 comments on commit 0e1d651

Please sign in to comment.