1
0
Fork 0

Remove unneeded code from the MySQL example

The `boxen?` method isn't used anywhere in the file. Remove it so that there's less code for people to copy and paste and to generate less confusion as to why there's a method there that doesn't need to be there.
This commit is contained in:
Matt Rogers 2014-03-19 10:13:47 -05:00
parent edb6425af4
commit f5f7654f2d
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ your app best to work with Boxen.
# config/database.yml
<%
def boxen?; ENV['BOXEN_HOME']; end
socket = [
ENV["BOXEN_MYSQL_SOCKET"],
"/var/run/mysql5/mysqld.sock",