Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lperichon committed Apr 19, 2012
1 parent 5045a5e commit a960c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derose_martinez.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class DeRoseMartinezApp < Sinatra::Base
set :static, true
set :public, File.dirname(__FILE__) + '/static'
set :public_folder, File.dirname(__FILE__) + '/static'

set :email_username, ENV['SENDGRID_USERNAME']
set :email_password, ENV['SENDGRID_PASSWORD']
Expand Down

0 comments on commit a960c9a

Please sign in to comment.