Guest User

Untitled

a guest
Oct 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. enable :sessions, :raise_errors, :static
  2. disable :show_exceptions
  3.  
  4. # set static file path
  5. set :public, File.dirname(__FILE__) + '/static'
Add Comment
Please, Sign In to add comment