Class: Cheatr::Server::App
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Cheatr::Server::App
- Includes:
- Helpers
- Defined in:
- lib/cheatr/server/app.rb
Class Method Summary collapse
-
.base_path(append = nil) ⇒ Object
Configuration.
Methods included from Helpers
#default_content_type, #html?, #md, #query?, #template, #text
Class Method Details
.base_path(append = nil) ⇒ Object
Configuration
43 44 45 |
# File 'lib/cheatr/server/app.rb', line 43 def self.base_path(append = nil) append ? File.join(path, append) : path end |