Created
July 18, 2017 20:02
-
-
Save burlesona/3b56fa5c77ffa6317654fe8030feb639 to your computer and use it in GitHub Desktop.
Ruby console file for an app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'bundler/setup' | |
require_relative 'environment' | |
require 'models' | |
require 'helpers' | |
require 'pry' | |
Pry.start self |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment