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:
parent
edb6425af4
commit
f5f7654f2d
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue