Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 24b8629

Browse files
author
James Glover
committed
Do not require pry
1 parent 7af09b5 commit 24b8629

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

app/controllers/assets_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'pry'
21
class AssetsController < ApplicationController
32

43
before_action :set_asset, only: [:show, :edit, :update, :destroy, :print]

app/controllers/instruments_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'pry'
21
class InstrumentsController < ApplicationController
32
before_action :set_instrument, only: [:show, :edit, :update, :destroy, :use]
43

app/controllers/steps_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'pry'
21

32
class StepsController < ApplicationController
43
before_action :set_step, only: [:update]

app/models/asset.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
require 'sequencescape_client'
22
require 'date'
33

4-
require 'pry'
5-
64
class Asset < ApplicationRecord
75
DataIntegrityError = Class.new(StandardError)
86

lib/sequencescape_client.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#This file is part of SEQUENCESCAPE is distributed under the terms of GNU General Public License version 1 or later;
22
#Please refer to the LICENSE and README files for information on licensing and authorship of this file.
33
#Copyright (C) 2007-2011 Genome Research Ltd.
4-
require 'pry'
54
require 'sequencescape-api'
65
require 'sequencescape'
76

0 commit comments

Comments
 (0)