Browse Source

Remove Sinatra-specific code

tags/v2.0.0
Adrian Short 6 years ago
parent
commit
2bccf6f1bd
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      bin/console

+ 0
- 1
bin/console View File

@@ -7,5 +7,4 @@ require 'irb/completion' # autocomplete
require 'bundler/setup'
Bundler.require
require_relative '../models'
set :run, false # Don't run Sinatra just because we've required it
IRB.start

Loading…
Cancel
Save