Skip to content

Commit

Permalink
Issue alaashafaee#476 fixing spaces and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahdi authored and Mahdi committed May 17, 2014
1 parent 55799c9 commit 7094564
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tutor/app/controllers/topics_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def destroy
end

# [Specify Topics - Story 1.2]
# Description: This action takes the passed course id and assings
# the respective topics of that course to an instance
# variable.
# This action takes the passed course id and assings
# the respective topics of that course to an instance
# variable.
# Parameters:
# params[:id]: The current course id
# Returns:
Expand All @@ -68,11 +68,11 @@ def index
end

# [Specify Topics - Story 1.2]
# Description: This action takes the passed parameters from
# the creation form, creates a new Topic record
# and assigns it to the respective course. If the
# creation fails the user is redirected to the form
# with a "Failed" message.
# This action takes the passed parameters from
# the creation form, creates a new Topic record
# and assigns it to the respective course. If the
# creation fails the user is redirected to the form
# with a "Failed" message.
# Parameters:
# topic_params[]: A list that has all fields entered by the user to in the
# create_topic_form
Expand Down

0 comments on commit 7094564

Please sign in to comment.