Skip to content

Commit d463cea

Browse files
Updated Gemfile and removed unnecessary code
Updated Gemfile - Seek survey from rubygems Removed debugger
1 parent 7cb6a8c commit d463cea

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gem 'mini_racer', platforms: :ruby
5353

5454
gem 'rails_admin', '~> 3.0'
5555

56-
gem 'survey', path: '../survey'
56+
gem 'survey'
5757

5858
# Use jquery as the JavaScript library
5959
gem 'jquery-rails'

app/controllers/attempts_controller.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ def show
1515
render :access_error if current_user.id != @attempt.participant_id
1616
end
1717

18-
def destroy
19-
debugger
20-
end
18+
def destroy; end
2119

2220
def new
2321
@participant = current_user

0 commit comments

Comments
 (0)