Guest User

Untitled

a guest
Apr 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. class Admin < Sinatra::Application
  2. # Defines basic application settings
  3. set :root, root_path
  4. set :views, root_path("admin", "views")
  5. set :images_path, public_path("admin", "images")
  6. set :default_builder, 'StandardFormBuilder'
  7. end
Add Comment
Please, Sign In to add comment